Update to AGP 7.1.0

This commit is contained in:
arkon
2022-01-25 22:49:50 -05:00
parent 35e0561950
commit 18ef5c6ff9
2 changed files with 4 additions and 4 deletions

View File

@ -121,9 +121,9 @@ android {
}
lint {
disable("MissingTranslation", "ExtraTranslation")
isAbortOnError = false
isCheckReleaseBuilds = false
disable.addAll(listOf("MissingTranslation", "ExtraTranslation"))
abortOnError = false
checkReleaseBuilds = false
}
compileOptions {