From 5c41644d65cb0460ce1a2b9a49091356faf26fd8 Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Wed, 13 Aug 2025 13:16:20 +0200 Subject: [PATCH] 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. --- gradle/libs.versions.toml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 280e413fbd..991dd5a3fc 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -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]