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

Conversation

garymathews
Copy link
Contributor

@garymathews garymathews commented Sep 30, 2016

  • Update google-play-services-base.jar and google-play-services-map.jar to 9.6.1
  • Bump module version to 3.0.1
TEST CASE
var win = Ti.UI.createWindow(),
    map = require('ti.map'),
    mapview = map.createView({mapType:map.NORMAL_TYPE});

win.add(mapview);
win.open();

JIRA Ticket

@garymathews garymathews changed the title [TIMOB-23860] Update Google Play Services to v9.4.0 (rev. 32) [TIMOB-23860] Update Google Play Services to v9.6.1 (rev. 33) Oct 4, 2016
@cheekiatng
Copy link
Contributor

APPROVED. Travis failed due to code signing issues. Since those we deploy are built locally, we can ignore this for now.

@cheekiatng cheekiatng merged commit 23d96cd into tidev:master Oct 5, 2016
@williamrijksen
Copy link
Contributor

@garymathews I like to do this for my own project as well. How did you generate/find these .jar files? I want to do this for gcm play services.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants