From 3c32cc45b60f74752f08e92247493768da75a249 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 May 2023 09:53:04 +0800 Subject: [PATCH] Update dependency androidx.compose:compose-bom to v2023.05.00 (#3446) 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 c3697bb094..22c3c82788 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.04.01") + implementation platform("androidx.compose:compose-bom:2023.05.00") implementation "androidx.compose.ui:ui" debugImplementation "androidx.compose.ui:ui-tooling" implementation "androidx.compose.ui:ui-text-google-fonts"