From b22e523cec6a5d60596eac372ec5740cd3f41708 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 22 Jun 2023 09:37:48 +0800 Subject: [PATCH] Update dependency androidx.compose:compose-bom to v2023.06.01 (#3511) 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 7a6377bda1..b1bf886040 100644 --- a/build.gradle +++ b/build.gradle @@ -326,7 +326,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.06.00") + implementation platform("androidx.compose:compose-bom:2023.06.01") implementation "androidx.compose.ui:ui" debugImplementation "androidx.compose.ui:ui-tooling" implementation "androidx.compose.ui:ui-text-google-fonts"