From 0e3d1f2fe2c67fe705f83c9ec2e5794cca9f8a91 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Feb 2025 10:24:56 +0800 Subject: [PATCH] fix(deps): update dependency androidx.compose:compose-bom to v2025.02.00 (#5250) 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 16438c6b09..6169ecdd3b 100644 --- a/build.gradle +++ b/build.gradle @@ -391,7 +391,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.01.01") + implementation platform("androidx.compose:compose-bom:2025.02.00") implementation "androidx.compose.ui:ui" implementation "androidx.compose.ui:ui-util" debugImplementation "androidx.compose.ui:ui-tooling"