From 3665832dd84cd2a5f3166da5ff410532188134b2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 May 2023 09:31:55 +0800 Subject: [PATCH] Update dependency androidx.compose:compose-bom to v2023.05.01 (#3460) 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 b50c4ccd56..964e0b1a9a 100644 --- a/build.gradle +++ b/build.gradle @@ -317,7 +317,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.05.00") + implementation platform("androidx.compose:compose-bom:2023.05.01") implementation "androidx.compose.ui:ui" debugImplementation "androidx.compose.ui:ui-tooling" implementation "androidx.compose.ui:ui-text-google-fonts"