mirror of
https://github.com/jellyfin/jellyfin-sdk-kotlin.git
synced 2024-11-23 05:49:59 +00:00
Update Android Gradle build tools
This commit is contained in:
parent
3ca910086a
commit
0f7b3550cd
@ -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"
|
||||
}
|
||||
|
||||
|
@ -20,7 +20,7 @@ android {
|
||||
}
|
||||
|
||||
compileOptions {
|
||||
coreLibraryDesugaringEnabled = true
|
||||
isCoreLibraryDesugaringEnabled = true
|
||||
|
||||
sourceCompatibility = JavaVersion.VERSION_1_8
|
||||
targetCompatibility = JavaVersion.VERSION_1_8
|
||||
|
Loading…
Reference in New Issue
Block a user