material3 1.0.0-beta01

This commit is contained in:
Goooler
2022-09-01 15:03:06 +08:00
parent 6e68d86e0f
commit 67f51ffe00

View File

@@ -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"