From 2603288c6506a1127edf73b0a46bc6db7219faff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Sep 2025 06:18:55 +0000 Subject: [PATCH] chore: bump androidx.compose:compose-bom from 2023.10.01 to 2025.09.00 Bumps androidx.compose:compose-bom from 2023.10.01 to 2025.09.00. --- updated-dependencies: - dependency-name: androidx.compose:compose-bom dependency-version: 2025.09.00 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 4809eb5..4ad7e08 100644 --- a/build.gradle +++ b/build.gradle @@ -63,7 +63,7 @@ repositories { } dependencies { - def composeBom = platform('androidx.compose:compose-bom:2023.10.01') + def composeBom = platform('androidx.compose:compose-bom:2025.09.00') implementation composeBom implementation 'androidx.annotation:annotation:1.5.0' implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4'