From a643f81b3ea635ca9547c6209510c1069ed01db4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Mar 2025 09:23:29 +0800 Subject: [PATCH] fix(deps): update dependency androidx.compose:compose-bom to v2025.03.01 (#5377) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index e6339b6949..bce7ab1f2e 100644 --- a/build.gradle +++ b/build.gradle @@ -383,7 +383,7 @@ dependencies { implementation 'com.github.ChickenHook:RestrictionBypass:2.2' implementation 'dev.rikka.tools.refine:runtime:4.4.0' - implementation platform("androidx.compose:compose-bom:2025.03.00") + implementation platform("androidx.compose:compose-bom:2025.03.01") implementation "androidx.compose.ui:ui" implementation "androidx.compose.ui:ui-util" debugImplementation "androidx.compose.ui:ui-tooling"