diff --git a/android/app/build.gradle b/android/app/build.gradle index 5412def..768b843 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -188,7 +188,6 @@ dependencies { implementation fileTree(dir: "libs", include: ["*.jar"]) implementation "com.android.support:appcompat-v7:${rootProject.ext.supportLibVersion}" implementation "com.facebook.react:react-native:+" // From node_modules - implementation project(':react-native-svg') } // Run this once to be able to run the application with BUCK diff --git a/android/settings.gradle b/android/settings.gradle index 9e732f2..6b6e647 100644 --- a/android/settings.gradle +++ b/android/settings.gradle @@ -9,5 +9,3 @@ include ':react-native-code-push' project(':react-native-code-push').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-code-push/android/app') include ':app' -include ':react-native-svg' -project(':react-native-svg').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-svg/android') \ No newline at end of file