Skip to content

Commit 596cb0b

Browse files
mlanterExilz
authored andcommitted
Use latest Google Play Services (react-native-maps#731)
* Use latest Google Play Services * Use 9.6.1 explicitly
1 parent b38dc2b commit 596cb0b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

android/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ android {
5353
}
5454

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

0 commit comments

Comments
 (0)