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:
parent
cab9291934
commit
7d3b621140
1 changed files with 1 additions and 6 deletions
|
|
@ -20,8 +20,7 @@ media3 = "1.8.0"
|
||||||
camera = "1.4.2"
|
camera = "1.4.2"
|
||||||
|
|
||||||
# Compose
|
# Compose
|
||||||
compose_bom = "2025.06.01"
|
compose_bom = "2025.07.00"
|
||||||
composecompiler = "1.5.15"
|
|
||||||
|
|
||||||
# Coroutines
|
# Coroutines
|
||||||
coroutines = "1.10.2"
|
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" }
|
google_autoservice_annotations = { module = "com.google.auto.service:auto-service-annotations", version.ref = "autoservice" }
|
||||||
|
|
||||||
# Miscellaneous
|
# 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" }
|
androidx-test-ext-junit = { group = "androidx.test.ext", name = "junit", version.ref = "androidx-test-ext-junit" }
|
||||||
|
|
||||||
[bundles]
|
[bundles]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue