Skip to content

Commit b0762e2

Browse files
committed
Update Dependencies
1 parent 1dde00e commit b0762e2

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ dependencies {
177177
implementation(libs.threetenabp)
178178
implementation(libs.rome) { exclude(module = "rome-utils") }
179179
implementation(libs.rome.modules)
180+
implementation(libs.simple.storage)
180181
implementation(libs.readability4j)
181182
implementation(libs.tagsoup)
182183
implementation(libs.jsoup)

gradle/libs.versions.toml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +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.10.00"
6+
compose-bom = "2025.10.01"
77
compose-accompanist = "0.36.0"
88
core-ktx = "1.17.0"
99
datastore-preferences = "1.1.7"
@@ -12,28 +12,29 @@ immutables = "0.4.0"
1212
jsoup = "1.21.2"
1313
jvmVersion = "21"
1414
koin = "4.1.1"
15-
koin-ksp = "2.2.0"
16-
kotlin = "2.2.20"
17-
ksp = "2.2.20-2.0.3"
15+
koin-ksp = "2.3.0"
16+
kotlin = "2.2.21"
17+
ksp = "2.3.1"
1818
lifecycle = "2.9.4"
1919
material = "1.13.0"
2020
moshi = "1.15.2"
2121
multidex = "2.0.1"
22-
navigation = "2.9.5"
23-
okhttp = "5.2.1"
22+
navigation = "2.9.6"
23+
okhttp = "5.3.0"
2424
readability4j = "1.0.8"
2525
retrofit = "3.0.0"
2626
rome = "2.1.0"
27-
room = "2.8.2"
27+
room = "2.8.3"
2828
serialization = "1.9.0"
29+
simple-storage = "2.2.0"
2930
slf4j = "1.7.36"
3031
swiperefreshlayout = "1.1.0"
3132
tagsoup = "1.2.1"
3233
test = "1.7.0"
3334
test-rules = "1.7.0"
3435
test-ext = "1.3.0"
3536
threetenabp = "1.4.9"
36-
work-runtime-ktx = "2.10.5"
37+
work-runtime-ktx = "2.11.0"
3738

3839
[libraries]
3940

@@ -92,6 +93,7 @@ moshi-kotlin = { group = "com.squareup.moshi", name = "moshi-kotlin", version.re
9293
readability4j = { group = "com.github.dankito", name = "readability4j", version.ref = "readability4j" }
9394
rome = { group = "com.rometools", name = "rome", version.ref = "rome" }
9495
rome-modules = { group = "com.rometools", name = "rome-modules", version.ref = "rome" }
96+
simple-storage = { module = "com.anggrayudi:storage", version.ref = "simple-storage" }
9597
slf4j = { group = "org.slf4j", name = "slf4j-android", version.ref = "slf4j" }
9698
symbol-processing-api = { group = "com.google.devtools.ksp", name = "symbol-processing-api", version.ref = "ksp" }
9799
swiperefreshlayout = { group = "androidx.swiperefreshlayout", name = "swiperefreshlayout", version.ref = "swiperefreshlayout" }

0 commit comments

Comments
 (0)