Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3949aaa

Browse files
mlanterfelipecsl
authored andcommittedNov 1, 2016
Use latest Google Play Services (react-native-maps#731)
* Use latest Google Play Services * Use 9.6.1 explicitly
1 parent 6febe32 commit 3949aaa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎android/build.gradle

+3-3
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)
Please sign in to comment.