「dev_robobus-d_230322_3.0.0」

1、增加
    lintOptions {
        abortOnError false
    }
This commit is contained in:
donghongyu
2023-04-10 14:24:03 +08:00
parent 56ff6e1bc4
commit faa191d8f9
39 changed files with 177 additions and 4 deletions

View File

@@ -35,6 +35,10 @@ android {
targetCompatibility JavaVersion.VERSION_1_8
}
lintOptions {
abortOnError false
}
}
dependencies {