feat: improve patcher UI (#1494)

This commit is contained in:
Robert
2024-01-06 16:51:11 +01:00
committed by oSumAtrIX
parent a12cae7299
commit 429b428f67
23 changed files with 881 additions and 729 deletions

View File

@@ -1,5 +1,6 @@
[versions]
ktx = "1.12.0"
ui-tooling = "1.6.0-alpha08"
viewmodel-lifecycle = "2.6.2"
splash-screen = "1.0.1"
compose-activity = "1.8.2"
@@ -43,6 +44,7 @@ preferences-datastore = { group = "androidx.datastore", name = "datastore-prefer
compose-bom = { group = "androidx.compose", name = "compose-bom", version.ref = "compose-bom" }
compose-ui = { group = "androidx.compose.ui", name = "ui" }
compose-ui-preview = { group = "androidx.compose.ui", name = "ui-tooling-preview" }
compose-ui-tooling = { group = "androidx.compose.ui", name = "ui-tooling", version.ref = "ui-tooling" }
compose-livedata = { group = "androidx.compose.runtime", name = "runtime-livedata" }
compose-material3 = { group = "androidx.compose.material3", name = "material3", version = "1.2.0-beta01"}
compose-material-icons-extended = { group = "androidx.compose.material", name = "material-icons-extended" }