We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6febe32 commit 3949aaaCopy full SHA for 3949aaa
android/build.gradle
@@ -53,7 +53,7 @@ android {
53
}
54
55
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'
+ 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"
59
0 commit comments