Skip to content

Commit d36225e

Browse files
MickeyMozmergify[bot]
authored andcommitted
Update Android Components version to 139.0.20250421090405.
1 parent acb7a8a commit d36225e

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

app/build.gradle

+6
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,10 @@ android {
8888
}
8989
}
9090

91+
compileOptions {
92+
coreLibraryDesugaringEnabled = true
93+
}
94+
9195
namespace = 'org.mozilla.reference.browser'
9296
}
9397

@@ -230,6 +234,8 @@ project.configurations.configureEach {
230234
}
231235

232236
dependencies {
237+
coreLibraryDesugaring libs.desugar.jdk.libs
238+
233239
implementation libs.androidx.activity
234240
implementation libs.androidx.annotation
235241
implementation libs.androidx.appcompat

gradle/libs.versions.toml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
22
# Android Components
3-
android-components = "139.0.20250418091223"
3+
android-components = "139.0.20250421090405"
44

55
# AGP
66
android-gradle-plugin = "8.9.1"
@@ -10,6 +10,7 @@ kotlin = "2.1.20"
1010
kotlinx-coroutines = "1.10.2"
1111

1212
# Google
13+
desugar-jdk-libs = "2.1.5"
1314
material = "1.12.0"
1415

1516
# AndroidX
@@ -55,6 +56,7 @@ okio = "3.4.0"
5556
kotlinx-coroutines-core = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-core", version.ref = "kotlinx-coroutines" }
5657

5758
# Google
59+
desugar-jdk-libs = { group = "com.android.tools", name = "desugar_jdk_libs", version.ref = "desugar-jdk-libs" }
5860
google-material = { group = "com.google.android.material", name = "material", version.ref = "material" }
5961

6062
# AndroidX

0 commit comments

Comments
 (0)