Skip to content

Commit 9e3c61a

Browse files
committed
[dependencies] sync version catalogs
1 parent 8bf7958 commit 9e3c61a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

gradle/libs.versions.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,21 +27,21 @@ browser = "1.8.0"
2727
cardview = "1.0.0"
2828
palette = "1.0.0"
2929
room = "2.6.1"
30-
datastore = "1.1.3"
30+
datastore = "1.1.4"
3131
material = "1.12.0"
32-
compose = "1.7.8"
32+
compose = "1.8.0"
3333
#### Jetpack End
3434

3535

3636
#### Popular Start
37-
ktxc = "1.10.1"
38-
ktxs-json = "1.8.0"
37+
ktxc = "1.10.2"
38+
ktxs-json = "1.8.1"
3939
ktxs-ktoml = "0.5.0"
4040
ktxs-kaml = "0.72.0"
4141
okhttp = "4.12.0"
4242
retrofit = "2.11.0"
4343
coil = "2.7.0"
44-
koin = "4.0.2"
44+
koin = "4.0.4"
4545
#### Popular End
4646

4747
#### Others Start
@@ -107,7 +107,7 @@ compose-foundation = { group = "androidx.compose.foundation", name = "foundation
107107
compose-ui = { group = "androidx.compose.ui", name = "ui", version.ref = "compose" }
108108
compose-ui-tooling = { group = "androidx.compose.ui", name = "ui-tooling", version.ref = "compose" }
109109
compose-material = { group = "androidx.compose.material", name = "material", version.ref = "compose" }
110-
compose-material-icons = { group = "androidx.compose.material", name = "material-icons-core", version.ref = "compose" }
110+
compose-material-icons = { group = "androidx.compose.material", name = "material-icons-core", version = "1.7.8" } # removed since 1.8.0
111111

112112
compose-activity = { group = "androidx.activity", name = "activity-compose", version.ref = "activity" }
113113

0 commit comments

Comments
 (0)