From f520725fd74706db42568f7c731ad3f49fe9e422 Mon Sep 17 00:00:00 2001 From: hupeng Date: Mon, 2 Sep 2019 16:13:40 +0800 Subject: [PATCH] =?UTF-8?q?[=E7=B3=BB=E7=BB=9F][=E4=BF=AE=E6=94=B9]:?= =?UTF-8?q?=E5=88=A0=E9=99=A4=E4=B8=8D=E9=9C=80=E5=BC=95=E5=85=A5=E8=AF=AD?= =?UTF-8?q?=E5=8F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- android/app/build.gradle | 1 - android/settings.gradle | 2 -- 2 files changed, 3 deletions(-) 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