Remove dependency on compose material 2 components

This commit is contained in:
AntsyLich
2024-05-07 15:53:26 +06:00
parent 8e9396a9cf
commit fb9423028e
4 changed files with 4 additions and 8 deletions

View File

@@ -18,9 +18,6 @@ ui-util = { module = "androidx.compose.ui:ui-util" }
material3-core = { module = "androidx.compose.material3:material3" }
material-icons = { module = "androidx.compose.material:material-icons-extended" }
# Some components aren't available in Material3
material-core = { module = "androidx.compose.material:material" }
glance = "androidx.glance:glance-appwidget:1.0.0"
accompanist-systemuicontroller = { module = "com.google.accompanist:accompanist-systemuicontroller", version.ref = "accompanist" }