diff --git a/android/build.gradle b/android/build.gradle index 3b410ec..a4dd9fd 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -95,7 +95,7 @@ dependencies { // For < 0.71, this will be from the local maven repo // For > 0.71, this will be replaced by `com.facebook.react:react-android:$version` by react gradle plugin //noinspection GradleDynamicVersion - implementation "com.facebook.react:react-android:+" + implementation "com.facebook.react:react-native:+" implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" implementation 'com.google.code.gson:gson:2.11.0' implementation 'com.google.android.gms:play-services-location:21.3.0'