mirror of
https://github.com/jellyfin/jellyfin-sdk-kotlin.git
synced 2024-11-23 05:49:59 +00:00
Update Android Gradle plugin to 4.2
This commit is contained in:
parent
f711ab9eb0
commit
f28a909ada
@ -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}"
|
||||
|
@ -16,9 +16,6 @@ android {
|
||||
|
||||
compileOptions {
|
||||
isCoreLibraryDesugaringEnabled = true
|
||||
|
||||
sourceCompatibility = JavaVersion.VERSION_1_8
|
||||
targetCompatibility = JavaVersion.VERSION_1_8
|
||||
}
|
||||
|
||||
kotlinOptions {
|
||||
|
Loading…
Reference in New Issue
Block a user