Skip to content

Commit 3eaa593

Browse files
committed
Update Dependencies
1 parent 3883722 commit 3eaa593

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

gradle/libs.versions.toml

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ agp = "8.13.0"
33
appcompat = "1.7.1"
44
browser = "1.9.0"
55
coil = "2.7.0"
6-
compose-bom = "2025.09.00"
7-
compose-expressive = "1.4.0-rc01"
6+
compose-bom = "2025.10.00"
87
compose-accompanist = "0.36.0"
98
core-ktx = "1.17.0"
109
datastore-preferences = "1.1.7"
@@ -13,25 +12,25 @@ immutables = "0.4.0"
1312
jsoup = "1.21.2"
1413
jvmVersion = "21"
1514
koin = "4.1.1"
16-
koin-ksp = "2.1.0"
15+
koin-ksp = "2.2.0"
1716
kotlin = "2.2.20"
18-
ksp = "2.2.10-2.0.2"
19-
lifecycle = "2.9.3"
17+
ksp = "2.2.20-2.0.3"
18+
lifecycle = "2.9.4"
2019
material = "1.13.0"
2120
moshi = "1.15.2"
2221
multidex = "2.0.1"
23-
navigation = "2.9.4"
24-
okhttp = "5.1.0"
22+
navigation = "2.9.5"
23+
okhttp = "5.2.1"
2524
readability4j = "1.0.8"
2625
retrofit = "3.0.0"
2726
rome = "2.1.0"
28-
room = "2.8.0"
27+
room = "2.8.2"
2928
serialization = "1.9.0"
3029
slf4j = "1.7.36"
3130
swiperefreshlayout = "1.1.0"
3231
tagsoup = "1.2.1"
3332
threetenabp = "1.4.9"
34-
work-runtime-ktx = "2.10.4"
33+
work-runtime-ktx = "2.10.5"
3534

3635
junit = "4.13.2"
3736
junitVersion = "1.3.0"
@@ -61,8 +60,8 @@ compose-animation = { group = "androidx.compose.animation", name = "animation" }
6160
compose-bom = { group = "androidx.compose", name = "compose-bom", version.ref = "compose-bom" }
6261
compose-foundation = { group = "androidx.compose.foundation", name = "foundation" }
6362
compose-foundation-layout = { group = "androidx.compose.foundation", name = "foundation-layout" }
64-
compose-material3 = { group = "androidx.compose.material3", name = "material3", version.ref = "compose-expressive" }
65-
compose-material3-navigationsuite = { module = "androidx.compose.material3:material3-adaptive-navigation-suite", version.ref = "compose-expressive" }
63+
compose-material3 = { group = "androidx.compose.material3", name = "material3" }
64+
compose-material3-navigationsuite = { module = "androidx.compose.material3:material3-adaptive-navigation-suite" }
6665
navigation-compose = { module = "androidx.navigation:navigation-compose", version.ref = "navigation" }
6766
compose-ui = { group = "androidx.compose.ui", name = "ui" }
6867
compose-ui-tooling = { group = "androidx.compose.ui", name = "ui-tooling" }

0 commit comments

Comments
 (0)