Skip to content

Commit

Permalink
fix(deps): update kotlin, ksp and compose compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 19, 2024
1 parent f52b64b commit 6bf1b3a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[versions]
agp = "8.7.3"
kotlin = "2.0.21"
kotlin = "2.1.0"
dokka = "2.0.0"
jvmTarget = "11"
nexusPlugin = "0.26.0"
binaryCompatibility = "0.16.3"
binaryCompatibility = "0.17.0"
appcompat = "1.7.0"
material = "1.12.0"
retrofit = "2.11.0"
Expand All @@ -13,9 +13,9 @@ okhttp = "4.12.0"
ktor = "3.0.2"
ktorfit = "2.1.0"
ktorfitKSP = "2.2.0-1.0.29"
coroutines = "1.9.0"
coroutines = "1.10.0"
kotlinSerialization = "1.7.3"
ksp = "2.0.21-1.0.28"
ksp = "2.1.0-1.0.29"
moshi = "1.15.2"
glide = "4.16.0"
androidxLifecycle = "2.8.7"
Expand Down

0 comments on commit 6bf1b3a

Please sign in to comment.