From 548686b3c6da9ac76ee031ed1f1428156fb866b1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 04:51:51 +0800 Subject: [PATCH] fix(deps): update dependency androidx.compose:compose-bom to v2026.06.01 (#41) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index efc8e9b..6c7987d 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -10,7 +10,7 @@ coreKtx = "1.18.0" libcxx = "29.0.14206865" lifecycleRuntimeKtx = "2.10.0" activityCompose = "1.13.0" -composeBom = "2026.03.01" +composeBom = "2026.06.01" androidxNavigation3 = "1.1.4" junit = "4.13.2" androidxJunit = "1.3.0"