Update Android Gradle Plugin to 4.0.1
This commit is contained in:
parent
0f9795b724
commit
30eca8cc30
3 changed files with 8 additions and 3 deletions
|
@ -112,8 +112,8 @@ android {
|
|||
jvmTarget = kotlinJvmVersion
|
||||
}
|
||||
|
||||
dataBinding {
|
||||
enabled = true
|
||||
buildFeatures {
|
||||
dataBinding = true
|
||||
}
|
||||
|
||||
testOptions {
|
||||
|
|
|
@ -104,6 +104,11 @@ android {
|
|||
exclude 'kotlin/**'
|
||||
}
|
||||
|
||||
dependenciesInfo {
|
||||
includeInApk = false
|
||||
includeInBundle = false
|
||||
}
|
||||
|
||||
compileOptions {
|
||||
sourceCompatibility javaVersion
|
||||
targetCompatibility javaVersion
|
||||
|
|
|
@ -54,7 +54,7 @@ buildscript {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:3.6.3'
|
||||
classpath 'com.android.tools.build:gradle:4.0.1'
|
||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${versions.kotlin}"
|
||||
classpath "org.jetbrains.kotlin:kotlin-android-extensions:${versions.kotlin}"
|
||||
classpath "org.jlleitschuh.gradle:ktlint-gradle:9.2.1"
|
||||
|
|
Loading…
Reference in a new issue