mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-05 18:45:07 +01:00
Update to AGP 7.1.0
This commit is contained in:
parent
35e0561950
commit
18ef5c6ff9
@ -121,9 +121,9 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
lint {
|
lint {
|
||||||
disable("MissingTranslation", "ExtraTranslation")
|
disable.addAll(listOf("MissingTranslation", "ExtraTranslation"))
|
||||||
isAbortOnError = false
|
abortOnError = false
|
||||||
isCheckReleaseBuilds = false
|
checkReleaseBuilds = false
|
||||||
}
|
}
|
||||||
|
|
||||||
compileOptions {
|
compileOptions {
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
object BuildPluginsVersion {
|
object BuildPluginsVersion {
|
||||||
const val AGP = "7.0.4"
|
const val AGP = "7.1.0"
|
||||||
const val KOTLIN = "1.6.10"
|
const val KOTLIN = "1.6.10"
|
||||||
const val KOTLINTER = "3.6.0"
|
const val KOTLINTER = "3.6.0"
|
||||||
const val VERSIONS_PLUGIN = "0.40.0"
|
const val VERSIONS_PLUGIN = "0.40.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user