From e932ae4ff48884a230db6554aea4bd6474f0475e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Mar 2023 18:34:39 +0800 Subject: [PATCH] Update dependency androidx.compose:compose-bom to v2023.03.00 (#3391) 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 4c3e9950f3..b3bba3b87a 100644 --- a/build.gradle +++ b/build.gradle @@ -321,7 +321,7 @@ dependencies { implementation 'com.github.ChickenHook:RestrictionBypass:2.2' implementation 'dev.rikka.tools.refine:runtime:4.3.0' - implementation platform("androidx.compose:compose-bom:2023.01.00") + implementation platform("androidx.compose:compose-bom:2023.03.00") implementation "androidx.compose.ui:ui" debugImplementation "androidx.compose.ui:ui-tooling" implementation "androidx.compose.ui:ui-text-google-fonts"