From 467b62df90d21559682080d5b88319e00665ea91 Mon Sep 17 00:00:00 2001 From: HarshaR1642 Date: Fri, 16 Aug 2024 21:25:32 +0530 Subject: [PATCH] update react native android lib --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'