diff --git a/android/build.gradle.kts b/android/build.gradle.kts index 604ce18e34..4f39e87fdf 100644 --- a/android/build.gradle.kts +++ b/android/build.gradle.kts @@ -65,13 +65,12 @@ android { compileOptions { sourceCompatibility = JavaVersion.VERSION_1_8 targetCompatibility = JavaVersion.VERSION_1_8 - - isCoreLibraryDesugaringEnabled = true } androidResources { // Don't add local save files and fonts to release, obviously ignoreAssetsPattern = "!SaveFiles:!fonts:!maps:!music:!mods" } + buildToolsVersion = "30.0.3" } @@ -130,5 +129,4 @@ dependencies { // Known Android Lint warning: "GradleDependency" implementation("androidx.core:core-ktx:1.6.0") implementation("androidx.work:work-runtime-ktx:2.6.0") - coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:1.1.5") }