Skip to content
This repository has been archived by the owner on Nov 4, 2020. It is now read-only.

Commit

Permalink
Update to 2.4.9 Android / 2.1.10 iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo Kanellopoulos committed Dec 13, 2018
1 parent 915a35f commit 11545bd
Show file tree
Hide file tree
Showing 34 changed files with 166 additions and 134 deletions.
269 changes: 143 additions & 126 deletions .idea/workspace.xml

Large diffs are not rendered by default.

8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
+ Download and unzip newest Appodeal Android SDK here.
+ Place Appodeal jar into libs folder inside android-lib folder.
+ Update java code in android-lib module if needed.
+ Build android artifact if something was changed in android-lib with Build→Build Artifacts...->AppodealANE:jar
+ Place new appodeal-x.jar and all other appodeal depending libs into android/dependency folder.
+ Build android artifact if something was changed in android-lib with Build→Build Artifacts...->AppodealANE:jar (This should be about 55kb)
+ Place new appodeal-x.jar (ex. appodeal-2.4.9.jar) and all other appodeal depending libs (ex. facebook, ironsourceh, etc.) into android/dependency folder.
+ Update /build/platformoptions-and.xml if android libraries were updated.
+ Android ready for ane packaging.

Expand Down Expand Up @@ -148,7 +148,7 @@ Add following permissions inside the manifest tag:
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" /> <!--optional-->
```

Add contents of [this](AndroidManifestAdditions.xml) sample to manifestAdditions inside application android tag:
Add contents of [this](AndroidManifestAdditions.xml) sample to manifestAdditions inside application android tag (Make sure to update this on every update):

### API References

Expand Down Expand Up @@ -182,6 +182,8 @@ var appKey:String = "e7e04e54ae0a8d28cff2f7e7e7d094e78b2a09743be2cc4a";
appodeal.initialize(appKey, adType);
```

On this reporsitory consent for usage is by default set to true.

#### Display Ad

To display ad for choosen ad type you need to call this code:
Expand Down
4 changes: 2 additions & 2 deletions actionscript-def/actionscript-def.iml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<configurations>
<configuration name="actionscript-def" target-platform="Mobile" pure-as="true" output-type="Library" output-file="actionscript-def.swc" output-folder="$MODULE_DIR$/../out">
<dependencies target-player="19.0">
<sdk name="flex_4161_31" />
<sdk name="4161_31" />
</dependencies>
<compiler-options>
<option name="additionalOptions" value="-swf-version=25" />
Expand All @@ -21,7 +21,7 @@
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
</content>
<orderEntry type="jdk" jdkName="flex_4161_31" jdkType="Flex SDK Type (new)" />
<orderEntry type="jdk" jdkName="4161_31" jdkType="Flex SDK Type (new)" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>
4 changes: 2 additions & 2 deletions actionscript-lib/actionscript-lib.iml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<configurations>
<configuration name="actionscript-lib" target-platform="Mobile" pure-as="true" output-type="Library" output-file="actionscript-lib.swc" output-folder="$MODULE_DIR$/../out">
<dependencies target-player="19.0">
<sdk name="flex_4161_31" />
<sdk name="4161_31" />
</dependencies>
<compiler-options>
<option name="additionalOptions" value="-swf-version=25" />
Expand All @@ -21,7 +21,7 @@
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
</content>
<orderEntry type="jdk" jdkName="flex_4161_31" jdkType="Flex SDK Type (new)" />
<orderEntry type="jdk" jdkName="4161_31" jdkType="Flex SDK Type (new)" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>
File renamed without changes.
Binary file removed android/dependency/AppodealANE.jar
Binary file not shown.
Binary file removed android/dependency/adcolony-sdk-3.2.1.jar
Binary file not shown.
Binary file added android/dependency/amazon_ads-5.9.0.jar
Binary file not shown.
Binary file removed android/dependency/appodeal-2.1.11.jar
Binary file not shown.
Binary file added android/dependency/facebook-5.1.0.jar
Binary file not shown.
Binary file removed android/dependency/inmobi-6.2.3.jar
Binary file not shown.
Binary file added android/dependency/ironsource-6.7.9.1.jar
Binary file not shown.
Binary file added android/dependency/mopub-sdk-5.1.0.jar
Binary file not shown.
Binary file added android/dependency/mopub-sdk-banner-5.1.0.jar
Binary file not shown.
Binary file added android/dependency/mopub-sdk-base-5.1.0.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added android/dependency/mopub-volley-2.0.0.jar
Binary file not shown.
Binary file removed android/dependency/startapp-3.6.7.jar
Binary file not shown.
Binary file removed android/dependency/yandex-metrica-2.73.jar
Binary file not shown.
Binary file added android/dependency/yandex-metrica-3.2.2.jar
Binary file not shown.
1 change: 1 addition & 0 deletions as3-androidsupport-lib/as3-androidsupport-lib.iml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
</content>
<orderEntry type="jdk" jdkName="4161_29b" jdkType="Flex SDK Type (new)" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>
1 change: 1 addition & 0 deletions as3-playservices-lib/as3-playservices-lib.iml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
</content>
<orderEntry type="jdk" jdkName="4161_29b" jdkType="Flex SDK Type (new)" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>
12 changes: 11 additions & 1 deletion build/platformoptions-and.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@
<packagedDependencies>
<packagedDependency>adcolony-3.3.4.jar</packagedDependency>
<packagedDependency>appodeal-2.4.9.jar</packagedDependency>
<packagedDependency>facebook-5.1.0.jar</packagedDependency>
<packagedDependency>inmobi-7.1.1.jar</packagedDependency>
<packagedDependency>ironsource-6.7.9.1.jar</packagedDependency>
<packagedDependency>startapp-3.9.3.jar</packagedDependency>
<packagedDependency>picasso-2.5.2.jar</packagedDependency>
<packagedDependency>ogury-2.1.15.jar</packagedDependency>
<packagedDependency>yandex-metrica-2.73.jar</packagedDependency>


<packagedDependency>mobvista_alphab.jar</packagedDependency>
<packagedDependency>mobvista_appwall.jar</packagedDependency>
Expand All @@ -22,6 +24,14 @@
<packagedDependency>mobvista_reward.jar</packagedDependency>
<packagedDependency>mobvista_videocommon.jar</packagedDependency>
<packagedDependency>mobvista_videofeeds.jar</packagedDependency>

<packagedDependency>mopub-sdk-5.1.0.jar</packagedDependency>
<packagedDependency>mopub-sdk-banner-5.1.0.jar</packagedDependency>
<packagedDependency>mopub-sdk-base-5.1.0.jar</packagedDependency>
<packagedDependency>mopub-sdk-interstitial-5.1.0.jar</packagedDependency>
<packagedDependency>mopub-sdk-native-static-5.1.0.jar</packagedDependency>
<packagedDependency>mopub-sdk-rewardedvideo-5.1.0.jar</packagedDependency>
<packagedDependency>mopub-volley-2.0.0.jar</packagedDependency>
</packagedDependencies>

<packagedResources>
Expand Down
Binary file modified out/AppodealANE.jar
Binary file not shown.
Binary file removed out/AppodealDevice.a
Binary file not shown.
Binary file removed out/PlayservicesANE.jar
Binary file not shown.
Binary file removed out/SupportANE.jar
Binary file not shown.
Binary file modified out/actionscript-def.swc
Binary file not shown.
Binary file modified out/actionscript-lib.swc
Binary file not shown.
Binary file removed out/androidsupport-lib.swc
Binary file not shown.
Binary file removed out/playservices-lib.swc
Binary file not shown.
1 change: 1 addition & 0 deletions sample-as/sample-as.iml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
</content>
<orderEntry type="jdk" jdkName="4161_29b" jdkType="Flex SDK Type (new)" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module-library" exported="">
<library>
Expand Down

0 comments on commit 11545bd

Please sign in to comment.