Update Android Gradle plugin for AS 4.0
(cherry picked from commit 73dc51b3f6)
This commit is contained in:
+6
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user