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.
This commit is contained in:
Benoit Marty 2025-08-13 13:16:20 +02:00 committed by GitHub
parent ccb466bad8
commit 5c41644d65
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,8 +20,7 @@ media3 = "1.8.0"
camera = "1.4.2"
# Compose
compose_bom = "2025.06.01"
composecompiler = "1.5.15"
compose_bom = "2025.07.00"
# Coroutines
coroutines = "1.10.2"
@ -222,10 +221,6 @@ google_autoservice = { module = "com.google.auto.service:auto-service", version.
google_autoservice_annotations = { module = "com.google.auto.service:auto-service-annotations", version.ref = "autoservice" }
# Miscellaneous
# Add unused dependency to androidx.compose.compiler:compiler to let Renovate create PR to change the
# value of `composecompiler` (which is used to set composeOptions.kotlinCompilerExtensionVersion.
# See https://github.com/renovatebot/renovate/issues/18354
android_composeCompiler = { module = "androidx.compose.compiler:compiler", version.ref = "composecompiler" }
androidx-test-ext-junit = { group = "androidx.test.ext", name = "junit", version.ref = "androidx-test-ext-junit" }
[bundles]