Skip to content

Commit b66e982

Browse files
committed
Remove desugaring.
squash this
1 parent db60cc8 commit b66e982

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

app/build.gradle

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,6 @@ android {
9393
}
9494
}
9595

96-
compileOptions {
97-
coreLibraryDesugaringEnabled = true
98-
}
99-
10096
namespace = 'org.mozilla.reference.browser'
10197
}
10298

@@ -239,7 +235,6 @@ project.configurations.configureEach {
239235
}
240236

241237
dependencies {
242-
coreLibraryDesugaring libs.desugar.jdk.libs
243238

244239
// We pick up JNA transitively by way of Glean, which is currently on version 5.14.0.
245240
// However, we need to force version 5.17.0 due to Google Play's 16KB page size requirement.

gradle/libs.versions.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ kotlin = "2.2.20"
1010
kotlinx-coroutines = "1.10.2"
1111

1212
# Google
13-
desugar-jdk-libs = "2.1.5"
1413
material = "1.13.0"
1514

1615
# JNA
@@ -59,7 +58,6 @@ okio = "3.16.0"
5958
kotlinx-coroutines-core = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-core", version.ref = "kotlinx-coroutines" }
6059

6160
# Google
62-
desugar-jdk-libs = { group = "com.android.tools", name = "desugar_jdk_libs", version.ref = "desugar-jdk-libs" }
6361
google-material = { group = "com.google.android.material", name = "material", version.ref = "material" }
6462

6563
# JNA

0 commit comments

Comments
 (0)