ソースを参照
fix for android build
flutter-beta
Felipe César
7年前
committed by
GitHub
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: 4AEE18F83AFDEB23
-
android/build.gradle
|
|
|
@@ -34,7 +34,7 @@ android { |
|
|
|
} |
|
|
|
defaultConfig { |
|
|
|
minSdkVersion 16 |
|
|
|
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" |
|
|
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" |
|
|
|
} |
|
|
|
lintOptions { |
|
|
|
disable 'InvalidPackage' |
|
|
|
|