Update Android Gradle build tools

This commit is contained in:
Niels van Velzen 2020-11-15 14:17:27 +01:00
parent 3ca910086a
commit 0f7b3550cd
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ object Dependencies {
}
object Android {
const val buildTools = "com.android.tools.build:gradle:4.0.1"
const val buildTools = "com.android.tools.build:gradle:4.1.1"
const val desugarJdkLibs = "com.android.tools:desugar_jdk_libs:1.1.0"
}

View File

@ -20,7 +20,7 @@ android {
}
compileOptions {
coreLibraryDesugaringEnabled = true
isCoreLibraryDesugaringEnabled = true
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8