From ffb0b95f35f2d3ee8fd6c627f720a224e1cd98e2 Mon Sep 17 00:00:00 2001 From: MrSluffy Date: Sat, 10 Feb 2024 16:21:23 +0800 Subject: [PATCH] Revert "Update dependency androidx.compose:compose-bom to v2024.02.00 (#4058)" This reverts commit 30f4cd3ac3d60098a8784d039cf035199572a655. - Closes #4064 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index fdf196d284..f4b197b999 100644 --- a/build.gradle +++ b/build.gradle @@ -357,7 +357,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.02.00") + implementation platform("androidx.compose:compose-bom:2024.01.00") implementation "androidx.compose.ui:ui" implementation "androidx.compose.ui:ui-util" debugImplementation "androidx.compose.ui:ui-tooling"