disable automator abortOnError

This commit is contained in:
Stardust
2019-12-01 20:06:00 +08:00
committed by GitHub
parent 0515b5eefa
commit 36378d8722

View File

@@ -19,6 +19,9 @@ android {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
lintOptions {
abortOnError false
}
buildTypes {
release {
minifyEnabled false