We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d39a44f commit 8b7de77Copy full SHA for 8b7de77
1 file changed
android/build.gradle
@@ -16,12 +16,6 @@ def getExtOrDefault(name, fallback) {
16
}
17
18
android {
19
- def agpVersion = com.android.Version.ANDROID_GRADLE_PLUGIN_VERSION
20
- // Check AGP version for backward compatibility w/react-native versions still on gradle plugin 6
21
- if (agpVersion.tokenize('.')[0].toInteger() >= 7) {
22
- namespace = "kjd.reactnative.android"
23
- }
24
-
25
compileSdkVersion getExtOrDefault('compileSdkVersion', 34)
26
buildToolsVersion getExtOrDefault('buildToolsVersion', "34.0.0")
27
0 commit comments