diff --git a/android/build.gradle b/android/build.gradle index 081d11a..7dc0a86 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -82,7 +82,7 @@ dependencies { // For > 0.71, this will be replaced by `com.facebook.react:react-android:$version` by react gradle plugin //noinspection GradleDynamicVersion implementation fileTree(dir: "libs", include: ["*.jar"]) -implementation 'com.google.android.gms:play-services-location:17.1.0' +implementation 'com.google.android.gms:play-services-location:21.0.1' implementation "com.facebook.react:react-native:+" }