From 541c60c123755733ad3aef38dbe79e6fdabacfea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Oct 2025 03:03:30 +0000 Subject: [PATCH] Bump androidx.compose:compose-bom from 2025.10.00 to 2025.10.01 Bumps androidx.compose:compose-bom from 2025.10.00 to 2025.10.01. --- updated-dependencies: - dependency-name: androidx.compose:compose-bom dependency-version: 2025.10.01 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 6bb6f95..5ca077a 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -90,7 +90,7 @@ dependencies { implementation("com.github.doyaaaaaken:kotlin-csv-jvm:1.10.0") // Compose - implementation(platform("androidx.compose:compose-bom:2025.10.00")) + implementation(platform("androidx.compose:compose-bom:2025.10.01")) implementation("androidx.compose.material3:material3") implementation("androidx.compose.material:material-icons-extended") implementation("androidx.compose.ui:ui-tooling-preview")