This commit is contained in:
Ovler 2023-10-16 13:06:15 +08:00
parent a23bdfd05f
commit 3f3609c856
No known key found for this signature in database
GPG Key ID: 87C2223333333333
2 changed files with 3 additions and 5 deletions

View File

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

View File

@ -6,9 +6,4 @@ plugins {
task clean(type: Delete) {
delete rootProject.buildDir
}
android {
lintOptions {
abortOnError false
}
}