Bump M3 compose to alpha02 (fix topbar color)

This commit is contained in:
SuperDragonXD
2022-11-12 22:48:20 +08:00
parent 4b831f3c66
commit bc46b1df00
+1 -1
View File
@@ -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"