From 67f51ffe002cf3219ab494f7a001796bda29c6cf Mon Sep 17 00:00:00 2001 From: Goooler Date: Thu, 1 Sep 2022 15:03:06 +0800 Subject: [PATCH] material3 1.0.0-beta01 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a54308f372..585f771a6e 100644 --- a/build.gradle +++ b/build.gradle @@ -358,7 +358,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-alpha14" + implementation "androidx.compose.material3:material3:1.0.0-beta01" implementation "androidx.compose.runtime:runtime-livedata:$compose_version" implementation "androidx.compose.compiler:compiler:$compose_compiler_version" implementation "androidx.constraintlayout:constraintlayout:2.1.4"