Update build.gradle

This commit is contained in:
Ovler 2023-10-16 12:45:46 +08:00 committed by GitHub
parent f6cbc18e42
commit 78ff45f8fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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