From 0a6d13a22e19468a4170e4918b7f460e50c152c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Sep 2025 06:18:21 +0000 Subject: [PATCH] chore: bump androidx.compose:compose-bom from 2023.10.01 to 2025.09.01 Bumps androidx.compose:compose-bom from 2023.10.01 to 2025.09.01. --- updated-dependencies: - dependency-name: androidx.compose:compose-bom dependency-version: 2025.09.01 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 5509ce8..9844210 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.01') implementation composeBom implementation 'androidx.annotation:annotation:1.5.0' implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4'