Skip to content

Commit

Permalink
Use latest Google Play Services (react-native-maps#731)
Browse files Browse the repository at this point in the history
* Use latest Google Play Services

* Use 9.6.1 explicitly
  • Loading branch information
mlanter authored and Exilz committed Dec 9, 2016
1 parent b38dc2b commit 596cb0b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ android {
}

dependencies {
compile 'com.facebook.react:react-native:+'
compile "com.google.android.gms:play-services-base:9.4.0"
compile 'com.google.android.gms:play-services-maps:9.4.0'
compile "com.facebook.react:react-native:+"
compile "com.google.android.gms:play-services-base:9.6.1"
compile "com.google.android.gms:play-services-maps:9.6.1"
}

0 comments on commit 596cb0b

Please sign in to comment.