Skip to content

Commit

Permalink
Disable desugaring
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpoole committed Aug 21, 2024
1 parent e232759 commit 21a35d7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -283,8 +283,6 @@ android {
}

compileOptions {
coreLibraryDesugaringEnabled true

sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
Expand Down Expand Up @@ -602,7 +600,6 @@ ext {
}

dependencies {
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.3'

// acra crash dump lib
implementation "ch.acra:acra-http:$acraVersion"
Expand Down

0 comments on commit 21a35d7

Please sign in to comment.