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-24010] (1_1_X) Update Google Play services to v9.6.1 (rev 33) #38

Merged
merged 2 commits into from
Nov 22, 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
Binary file removed android/lib/google-play-services-base-7.5.0.jar
Binary file not shown.
Binary file added android/lib/google-play-services-base.jar
Binary file not shown.
Binary file removed android/lib/google-play-services-location-7.5.0.jar
Binary file not shown.
Binary file added android/lib/google-play-services-location.jar
Binary file not shown.
6 changes: 3 additions & 3 deletions android/manifest
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
# this is your module manifest and used by Titanium
# during compilation, packaging, distribution, etc.
#
version: 1.1.5
version: 1.1.6
apiversion: 2
architectures: armeabi armeabi-v7a x86
description: Monitoring geo regions
author: Jon Alter
license: Appcelerator Commercial License
copyright: Copyright (c) 2013-2014 by Appcelerator, Inc.
license: Appcelerator Commercial License
copyright: Copyright (c) 2013-2016 by Appcelerator, Inc.


# these should not be edited
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 @@
<service android:name="ti.geofence.ReceiveTransitionsIntentService" android:exported="false"></service>
<meta-data
android:name="com.google.android.gms.version"
android:value="6171000"/>
android:value="9683000"/>
</application>
</manifest>
</android>
Expand Down