From 7539b71b2b370381f0c6bb59d985ddd6415a525e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 04:26:03 +0000 Subject: [PATCH] fix(deps): update dependency androidx.compose:compose-bom to v2026.06.01 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- ui/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/build.gradle b/ui/build.gradle index 1d420190..3d1b4d99 100644 --- a/ui/build.gradle +++ b/ui/build.gradle @@ -47,7 +47,7 @@ android { dependencies { kapt "org.jetbrains.kotlin:kotlin-metadata-jvm:${kotlinVersion}" - implementation(platform("androidx.compose:compose-bom:2026.06.00")) + implementation(platform("androidx.compose:compose-bom:2026.06.01")) implementation("androidx.compose.ui:ui") implementation("androidx.compose.ui:ui-graphics") implementation("androidx.compose.material3:material3")