Update Android Gradle plugin to 4.2

This commit is contained in:
Niels van Velzen 2021-05-05 08:56:37 +02:00
parent f711ab9eb0
commit f28a909ada
2 changed files with 1 additions and 4 deletions

View File

@ -13,7 +13,7 @@ object Plugins {
const val detekt = "1.16.0"
const val nexusPublish = "1.0.0"
const val dokka = "1.4.30"
const val androidBuildTools = "4.1.2"
const val androidBuildTools = "4.2.0"
}
const val kotlin = "org.jetbrains.kotlin:kotlin-gradle-plugin:${Versions.kotlin}"

View File

@ -16,9 +16,6 @@ android {
compileOptions {
isCoreLibraryDesugaringEnabled = true
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
}
kotlinOptions {