Skip to content

Commit cce60e0

Browse files
Merge pull request react-native-maps#1169 from airbnb/lmr--upgrade-gms-dependency
Upgrade GMS dependencies to 10.2.0
2 parents daa7e6d + c62ea98 commit cce60e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ android {
3535

3636
dependencies {
3737
provided "com.facebook.react:react-native:+"
38-
compile "com.google.android.gms:play-services-base:10.0.1"
39-
compile "com.google.android.gms:play-services-maps:10.0.1"
38+
compile "com.google.android.gms:play-services-base:10.2.0"
39+
compile "com.google.android.gms:play-services-maps:10.2.0"
4040
}

0 commit comments

Comments
 (0)