From 8a010767a3bb5b233813b6be4700cdfac07b3208 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 10:08:20 +0800 Subject: [PATCH] fix(deps): update dependency androidx.compose:compose-bom to v2024.10.01 (#4957) 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 3abe0986f6..bbc12bcd29 100644 --- a/build.gradle +++ b/build.gradle @@ -368,7 +368,7 @@ dependencies { implementation 'com.github.ChickenHook:RestrictionBypass:2.2' implementation 'dev.rikka.tools.refine:runtime:4.4.0' - implementation platform("androidx.compose:compose-bom:2024.10.00") + implementation platform("androidx.compose:compose-bom:2024.10.01") implementation "androidx.compose.ui:ui" implementation "androidx.compose.ui:ui-util" debugImplementation "androidx.compose.ui:ui-tooling"