「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

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

View File

@@ -62,6 +62,11 @@ android {
// }
// }
lintOptions {
abortOnError false
}
}
dependencies {

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
}
}

View File

@@ -35,9 +35,14 @@ android {
}
compileOptions {
sourceCompatibility 1.8
targetCompatibility 1.8
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
lintOptions {
abortOnError false
}
}
dependencies {

View File

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