Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TIMOB-23860] Update Google Play Services to v9.6.1 (rev. 33) #183

Merged
merged 1 commit into from
Oct 5, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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>