From eb0c5c41710c016fab88d015deee2b803cee9aca Mon Sep 17 00:00:00 2001 From: Dishant Walia Date: Sat, 20 Jan 2024 17:44:18 +0530 Subject: [PATCH] RN0.73 & AGP 8.0 Compatibility --- android/build.gradle | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/android/build.gradle b/android/build.gradle index 5f346e6..4bcebea 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -28,6 +28,10 @@ android { lintOptions { abortOnError false } + def agpVersion = com.android.Version.ANDROID_GRADLE_PLUGIN_VERSION + if (agpVersion.tokenize('.')[0].toInteger() >= 7) { + namespace "com.facebook.reactnative.androidsdk" + } } repositories {