mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-14 22:55:06 +01:00
Update Android Gradle plugin for AS 4.0
This commit is contained in:
parent
9a082d4df1
commit
73dc51b3f6
@ -55,8 +55,8 @@ android {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
viewBinding {
|
buildFeatures {
|
||||||
enabled = true
|
viewBinding = true
|
||||||
}
|
}
|
||||||
|
|
||||||
buildTypes {
|
buildTypes {
|
||||||
@ -92,6 +92,10 @@ android {
|
|||||||
exclude 'META-INF/NOTICE'
|
exclude 'META-INF/NOTICE'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
dependenciesInfo {
|
||||||
|
includeInApk = false
|
||||||
|
}
|
||||||
|
|
||||||
lintOptions {
|
lintOptions {
|
||||||
abortOnError false
|
abortOnError false
|
||||||
checkReleaseBuilds false
|
checkReleaseBuilds false
|
||||||
|
@ -3,7 +3,7 @@ object Versions {
|
|||||||
}
|
}
|
||||||
|
|
||||||
object BuildPluginsVersion {
|
object BuildPluginsVersion {
|
||||||
const val AGP = "3.6.3"
|
const val AGP = "4.0.0"
|
||||||
const val KOTLIN = "1.3.72"
|
const val KOTLIN = "1.3.72"
|
||||||
const val KTLINT = "9.2.1"
|
const val KTLINT = "9.2.1"
|
||||||
const val VERSIONS_PLUGIN = "0.28.0"
|
const val VERSIONS_PLUGIN = "0.28.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user