Update Android Gradle plugin for AS 4.0
(cherry picked from commit 73dc51b3f6f68c5888eda990a89eee2bf315ff94)
This commit is contained in:
parent
80e3229cae
commit
00ff6a32fd
@ -58,8 +58,8 @@ android {
|
||||
}
|
||||
}
|
||||
|
||||
viewBinding {
|
||||
enabled = true
|
||||
buildFeatures {
|
||||
viewBinding = true
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
@ -113,6 +113,10 @@ android {
|
||||
exclude 'META-INF/rxjava.properties'
|
||||
}
|
||||
|
||||
dependenciesInfo {
|
||||
includeInApk = false
|
||||
}
|
||||
|
||||
lintOptions {
|
||||
abortOnError false
|
||||
checkReleaseBuilds false
|
||||
|
@ -3,7 +3,7 @@ object Versions {
|
||||
}
|
||||
|
||||
object BuildPluginsVersion {
|
||||
const val AGP = "3.6.3"
|
||||
const val AGP = "4.0.0"
|
||||
const val KOTLIN = "1.3.72"
|
||||
const val KTLINT = "9.2.1"
|
||||
const val VERSIONS_PLUGIN = "0.28.0"
|
||||
|
Loading…
x
Reference in New Issue
Block a user