mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2024-11-10 01:01:56 +01:00
chore(deps): update jetpack compose
This commit is contained in:
parent
d55abf5dda
commit
439f6250f3
1 changed files with 3 additions and 3 deletions
|
@ -2,11 +2,11 @@
|
|||
ktx = "1.12.0"
|
||||
viewmodel-lifecycle = "2.6.2"
|
||||
splash-screen = "1.0.1"
|
||||
compose-activity = "1.8.0"
|
||||
compose-activity = "1.8.2"
|
||||
paging = "3.2.1"
|
||||
preferences-datastore = "1.0.0"
|
||||
work-runtime = "2.8.1"
|
||||
compose-bom = "2023.10.00"
|
||||
compose-bom = "2023.10.01"
|
||||
accompanist = "0.30.1"
|
||||
serialization = "1.6.0"
|
||||
collection = "0.3.5"
|
||||
|
@ -44,7 +44,7 @@ compose-bom = { group = "androidx.compose", name = "compose-bom", version.ref =
|
|||
compose-ui = { group = "androidx.compose.ui", name = "ui" }
|
||||
compose-ui-preview = { group = "androidx.compose.ui", name = "ui-tooling-preview" }
|
||||
compose-livedata = { group = "androidx.compose.runtime", name = "runtime-livedata" }
|
||||
compose-material3 = { group = "androidx.compose.material3", name = "material3", version = "1.2.0-alpha10"}
|
||||
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" }
|
||||
|
||||
# Coil
|
||||
|
|
Loading…
Reference in a new issue