From 9af1c0cde237470482f0db25e2edc85acc052b2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 06:16:53 +0000 Subject: [PATCH] chore: bump androidx.compose:compose-bom from 2023.10.01 to 2025.11.01 Bumps androidx.compose:compose-bom from 2023.10.01 to 2025.11.01. --- updated-dependencies: - dependency-name: androidx.compose:compose-bom dependency-version: 2025.11.01 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 18fc353..8900933 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.11.01') implementation composeBom implementation 'androidx.annotation:annotation:1.5.0' implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4'