Procházet zdrojové kódy

Merge branch 'develop' of https://git.youlane.cn/mobileui/screenAd into develop

tags/jenkins-front-end-screenad-279-^0
caserKing před 5 roky
rodič
revize
c93aeffc6b
2 změnil soubory, kde provedl 0 přidání a 3 odebrání
  1. +0
    -1
      android/app/build.gradle
  2. +0
    -2
      android/settings.gradle

+ 0
- 1
android/app/build.gradle Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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')

Načítá se…
Zrušit
Uložit