Update to AGP 7.1.0

(cherry picked from commit 18ef5c6ff9c4ef8eb1a83a7f3955e451a8862803)
This commit is contained in:
arkon 2022-01-25 22:49:50 -05:00 committed by Jobobby04
parent 4921a66665
commit 9938beb040
2 changed files with 4 additions and 4 deletions

View File

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

View File

@ -1,5 +1,5 @@
object BuildPluginsVersion {
const val AGP = "7.0.4"
const val AGP = "7.1.0"
const val KOTLIN = "1.6.10"
const val KOTLINTER = "3.6.0"
const val VERSIONS_PLUGIN = "0.40.0"