Skip to content

Commit 5c41644

Browse files
authored
Update Compose bom to 2025.07.00 (#5164)
* Update Compose bom to 2025.07.00 * Remove workaround to upgrade compose compiler version. We do not need to provide a value for kotlinCompilerExtensionVersion anymore.
1 parent ccb466b commit 5c41644

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ media3 = "1.8.0"
2020
camera = "1.4.2"
2121

2222
# Compose
23-
compose_bom = "2025.06.01"
24-
composecompiler = "1.5.15"
23+
compose_bom = "2025.07.00"
2524

2625
# Coroutines
2726
coroutines = "1.10.2"
@@ -222,10 +221,6 @@ google_autoservice = { module = "com.google.auto.service:auto-service", version.
222221
google_autoservice_annotations = { module = "com.google.auto.service:auto-service-annotations", version.ref = "autoservice" }
223222

224223
# Miscellaneous
225-
# Add unused dependency to androidx.compose.compiler:compiler to let Renovate create PR to change the
226-
# value of `composecompiler` (which is used to set composeOptions.kotlinCompilerExtensionVersion.
227-
# See https://github.com/renovatebot/renovate/issues/18354
228-
android_composeCompiler = { module = "androidx.compose.compiler:compiler", version.ref = "composecompiler" }
229224
androidx-test-ext-junit = { group = "androidx.test.ext", name = "junit", version.ref = "androidx-test-ext-junit" }
230225

231226
[bundles]

0 commit comments

Comments
 (0)