disable autojs abortOnError

This commit is contained in:
Stardust
2019-12-01 20:05:28 +08:00
committed by GitHub
parent 90eb38cf1d
commit 0515b5eefa

View File

@@ -27,6 +27,9 @@ android {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
lintOptions {
abortOnError false
}
}
repositories {