This commit is contained in:
2022-02-06 15:02:07 +01:00
parent bc31c9a4c8
commit 275091f9d7
2 changed files with 5 additions and 5 deletions

View File

@ -28,10 +28,6 @@ android {
targetCompatibility JavaVersion.VERSION_1_8
}
lintOptions {
checkReleaseBuilds false
abortOnError false
}
flavorDimensions "version"
@ -57,6 +53,10 @@ android {
targetSdkVersion 28
}
}
lint {
abortOnError false
checkReleaseBuilds false
}
}
dependencies {