「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

@@ -34,8 +34,12 @@ android {
}
compileOptions {
sourceCompatibility 1.8
targetCompatibility 1.8
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
lintOptions {
abortOnError false
}
}