From 667c689e0cc180f8bf44abd6e683ee17e1a0c5ea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 08:27:00 +0800 Subject: [PATCH] Update dependency androidx.compose:compose-bom to v2024.09.02 (#4839) 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 89d08a645cf..b4f8909e71d 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.09.01") + implementation platform("androidx.compose:compose-bom:2024.09.02") implementation "androidx.compose.ui:ui" implementation "androidx.compose.ui:ui-util" debugImplementation "androidx.compose.ui:ui-tooling"