13 lines
578 B
Diff
13 lines
578 B
Diff
diff --git a/node_modules/@react-native-community/art/android/build.gradle b/node_modules/@react-native-community/art/android/build.gradle
|
|
index 949bc00..9cbc39c 100644
|
|
--- a/node_modules/@react-native-community/art/android/build.gradle
|
|
+++ b/node_modules/@react-native-community/art/android/build.gradle
|
|
@@ -20,6 +20,7 @@ def getExtOrIntegerDefault(name) {
|
|
apply plugin: 'com.android.library'
|
|
|
|
android {
|
|
+ namespace "com.reactnativecommunity.art"
|
|
compileSdkVersion getExtOrIntegerDefault('compileSdkVersion')
|
|
buildToolsVersion getExtOrDefault('buildToolsVersion')
|
|
|