Преглед изворни кода

[系统][修改]:删除不需引入语句

tags/jenkins-front-end-screenad-279-^2
hupeng пре 5 година
родитељ
комит
f520725fd7
2 измењених фајлова са 0 додато и 3 уклоњено
  1. +0
    -1
      android/app/build.gradle
  2. +0
    -2
      android/settings.gradle

+ 0
- 1
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


+ 0
- 2
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')

Loading…
Откажи
Сачувај