Skip to content

Commit

Permalink
Update Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
machiav3lli committed Dec 14, 2024
1 parent 755eb9c commit 2545d2d
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,27 @@ agp = "8.5.2"
appcompat = "1.7.0"
browser = "1.8.0"
coil = "2.7.0"
compose-bom = "2024.06.00"
compose-accompanist = "0.34.0"
core-ktx = "1.13.1"
immutables = "0.3.7"
kotlin = "2.0.10"
ksp = "2.0.10-1.0.24"
compose-bom = "2024.12.01"
compose-accompanist = "0.36.0"
core-ktx = "1.15.0"
immutables = "0.3.8"
koin = "4.0.1-Beta1"
koin-ksp = "1.4.0"
kotlin = "2.1.0"
ksp = "2.1.0-1.0.29"
material = "1.12.0"
moshi = "1.15.1"
multidex = "2.0.1"
navigation = "2.8.0-beta07"
navigation = "2.8.5"
okhttp = "5.0.0-alpha.14"
retrofit = "2.11.0"
rome = "2.1.0"
room = "2.6.1"
serialization = "1.7.1"
serialization = "1.7.3"
swiperefreshlayout = "1.1.0"
work-runtime-ktx = "2.9.1"
work-runtime-ktx = "2.10.0"
datastore-preferences = "1.1.1"
lifecycle = "2.8.4"
lifecycle = "2.8.7"

[libraries]
appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" }
Expand Down

0 comments on commit 2545d2d

Please sign in to comment.