-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Alexander Kravchuk
committed
Feb 14, 2019
1 parent
661ebbd
commit 81f77b3
Showing
11 changed files
with
3,651 additions
and
3,017 deletions.
There are no files selected for viewing
Binary file added
BIN
+738 KB
IronSourceIssue/IronSourceIssue.Android/IronSource-Android_v6.7.12.dll
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
24 changes: 19 additions & 5 deletions
24
IronSourceIssue/IronSourceIssue.Android/Properties/AndroidManifest.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,19 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="1" android:versionName="1.0" package="com.companyname.IronSourceIssue.Android"> | ||
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="27" /> | ||
<application android:label="IronSourceIssue.Android"></application> | ||
</manifest> | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="1" android:versionName="1.0" package="com.companyname.IronSourceIssue.Android" android:installLocation="auto"> | ||
<uses-sdk android:minSdkVersion="15" android:targetSdkVersion="27" /> | ||
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> | ||
<uses-permission android:name="android.permission.INTERNET" /> | ||
<application android:label="IronSourceIssue.Android"> | ||
<activity android:name="com.ironsource.sdk.controller.ControllerActivity" | ||
android:configChanges="orientation|screenSize" | ||
android:hardwareAccelerated="true" /> | ||
<activity android:name="com.ironsource.sdk.controller.InterstitialActivity" | ||
android:configChanges="orientation|screenSize" | ||
android:hardwareAccelerated="true" | ||
android:theme="@android:style/Theme.Translucent" /> | ||
<activity android:name="com.ironsource.sdk.controller.OpenUrlActivity" | ||
android:configChanges="orientation|screenSize" | ||
android:hardwareAccelerated="true" | ||
android:theme="@android:style/Theme.Translucent" /> | ||
</application> | ||
</manifest> |
Oops, something went wrong.