From bc46b1df00b128d07d47bab06347b5aeb80c5b6d Mon Sep 17 00:00:00 2001 From: SuperDragonXD <70206496+SuperDragonXD@users.noreply.github.com> Date: Sat, 12 Nov 2022 22:48:20 +0800 Subject: [PATCH] Bump M3 compose to alpha02 (fix topbar color) --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 75c3c80ed6..4ddd8f4c3a 100644 --- a/build.gradle +++ b/build.gradle @@ -370,7 +370,7 @@ dependencies { implementation "androidx.compose.foundation:foundation:$compose_version" implementation "androidx.compose.material:material-icons-extended:$compose_version" implementation "androidx.compose.material:material:$compose_version" - implementation "androidx.compose.material3:material3:1.0.0" + implementation "androidx.compose.material3:material3:1.1.0-alpha02" implementation "androidx.compose.runtime:runtime-livedata:$compose_version" implementation "androidx.compose.compiler:compiler:$compose_compiler_version" implementation "androidx.constraintlayout:constraintlayout:2.1.4"