Skip to content

Commit

Permalink
[TIMOB-23860] Update Google Play Services to v9.6.1 (rev. 33)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gary Mathews committed Oct 4, 2016
1 parent 2f1b759 commit cae5370
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions android/documentation/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Change Log
<pre>
v3.0.1 Update Google Play Services to v9.6.1 (revision 33)
v2.3.10 Android null check on map.clear()
v2.3.9 Android: Annotation.pincolor can't be changed if annotation added to mapView. [TIMOB-20620]
v2.3.8 Support annotation's image property with Ti.Blob [MOD-2205]
Expand Down
Binary file modified android/lib/google-play-services-base.jar
Binary file not shown.
Binary file modified android/lib/google-play-services-map.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 25
revision 33 / 9683000
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: 3.0.0
version: 3.0.1
apiversion: 3
architectures: armeabi-v7a x86
description: External version of Map module to support new Google Map v2 sdk
Expand Down
2 changes: 1 addition & 1 deletion android/platform/android/res/values/version.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<integer name="google_play_services_version">7571000</integer>
<integer name="google_play_services_version">9683000</integer>
</resources>

0 comments on commit cae5370

Please sign in to comment.