Skip to content

Commit

Permalink
update google play services (react-native-maps#805)
Browse files Browse the repository at this point in the history
* update google play services

update google play services for better compatiblity

* Update play services yo 9.8.0
  • Loading branch information
lrivera authored and felipecsl committed Nov 16, 2016
1 parent 3d28a7d commit c32fde1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ android {

dependencies {
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"
compile "com.google.android.gms:play-services-base:9.8.0"
compile "com.google.android.gms:play-services-maps:9.8.0"
}

0 comments on commit c32fde1

Please sign in to comment.