Skip to content

Commit

Permalink
chore: remove coreLibraryDesugaring (#873)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aunali321 authored May 19, 2023
2 parents 8fc86db + 8ccb75f commit 39a9ee4
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ android {
ndkVersion flutter.ndkVersion

compileOptions {
coreLibraryDesugaringEnabled true
sourceCompatibility JavaVersion.VERSION_11
targetCompatibility JavaVersion.VERSION_11
}
Expand All @@ -49,7 +48,6 @@ android {
targetSdkVersion 33
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
multiDexEnabled true
}

buildTypes {
Expand Down Expand Up @@ -79,11 +77,4 @@ dependencies {
implementation("org.bouncycastle:bcpkix-jdk15on:1.70")
implementation("com.android.tools.build:apksig:7.2.2")

// Core libraries
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5'

// Window
implementation 'androidx.window:window:1.0.0'
implementation 'androidx.window:window-java:1.0.0'

}

0 comments on commit 39a9ee4

Please sign in to comment.