Skip to content

Commit

Permalink
Merge pull request #9 from muhammaddadu/TIMODOPEN-454
Browse files Browse the repository at this point in the history
[TIMODOPEN-454] AdMob: Update ti.admob to Google Play Services v21
  • Loading branch information
jonalter committed Nov 12, 2014
2 parents ed40cfe + 5a3f5d8 commit f0baacc
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 3 deletions.
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.3 Updating to use google-play-services library [TIMODOPEN-454]

v2.1.2 Updating to use google-play-services library [TIMODOPEN-445]

v2.1.1 Updating to use google-play-services library [TIMOB-16940]
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 20 / 6111000
revision 21
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.2
version: 2.1.3
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="6111000"/>
android:value="6171000"/>
</application>
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
Expand Down

0 comments on commit f0baacc

Please sign in to comment.