Skip to content

Commit

Permalink
Merge pull request #6 from muhammaddadu/TIMODOPEN-445
Browse files Browse the repository at this point in the history
[TIMODOPEN-445] AdMob: Update ti.admob to Google Play Services v20
  • Loading branch information
jonalter committed Oct 30, 2014
2 parents fe6d84a + a32ade5 commit 05eeda8
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 3 deletions.
Binary file removed android/dist/ti.admob-android-2.1.1.zip
Binary file not shown.
Binary file added android/dist/ti.admob-android-2.1.2.zip
Binary file not shown.
2 changes: 2 additions & 0 deletions android/documentation/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Change Log
<pre>
v2.1.2 Updating to use google-play-services library [TIMODOPEN-445]

v2.1.1 Updating to use google-play-services library [TIMOB-16940]

v2.1.0 Updating Admob SDK to 6.2.1, Building with TiSDK 2.1.3.GA, update documentation [TIMODOPEN-212]
Expand Down
Binary file modified android/lib/google-play-services.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion android/lib/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
revision 4
revision 20 / 6111000
2 changes: 1 addition & 1 deletion android/manifest
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# this is your module manifest and used by Titanium
# during compilation, packaging, distribution, etc.
#
version: 2.1.1
version: 2.1.2
apiversion: 2
description: Titanium Admob module for Android
author: Brian Kurzius
Expand Down
2 changes: 1 addition & 1 deletion android/timodule.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<activity android:name="com.google.android.gms.ads.AdActivity"
android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize"/>
<meta-data android:name="com.google.android.gms.version"
android:value="4132500"/>
android:value="6111000"/>
</application>
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
Expand Down

0 comments on commit 05eeda8

Please sign in to comment.