Procházet zdrojové kódy

fix for android build

flutter-beta
Felipe César před 7 roky
committed by GitHub
rodič
revize
4829527277
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: 4AEE18F83AFDEB23
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      android/build.gradle

+ 1
- 1
android/build.gradle Zobrazit soubor

@@ -34,7 +34,7 @@ android {
}
defaultConfig {
minSdkVersion 16
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
lintOptions {
disable 'InvalidPackage'


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