From 54758b673c4ee6a0acd173a5c749f0b6bfffbefe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 20:36:22 +0000 Subject: [PATCH] Update dependency androidx.compose:compose-bom to v2026 --- 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 1460a47..004fdd2 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -8,7 +8,7 @@ junitVersion = "1.3.0" espressoCore = "3.7.0" lifecycleRuntimeKtx = "2.10.0" activityCompose = "1.8.2" -composeBom = "2024.12.01" +composeBom = "2026.01.01" [libraries] androidx-animation = { module = "androidx.compose.animation:animation", version.ref = "animation" }