From ec58ccc9399295fdbae794bcf68ecd1e53e876ab Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 16:14:16 +0800 Subject: [PATCH] Update dependency androidx.compose:compose-bom to v2024.09.03 (#4870) 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 f99dc00873..c3cf7f2237 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.02") + implementation platform("androidx.compose:compose-bom:2024.09.03") implementation "androidx.compose.ui:ui" implementation "androidx.compose.ui:ui-util" debugImplementation "androidx.compose.ui:ui-tooling"