Skip to content

Commit 0f44afc

Browse files
fix(deps): update kotlin (#101)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a9ce137 commit 0f44afc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

gradle/libs.versions.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ minSdk = "26"
33
targetSdk = "34"
44
compileSdk = "35"
55
agp = "8.8.0"
6-
kotlin = "2.1.0"
7-
ksp = "2.1.0-1.0.29"
6+
kotlin = "2.1.20"
7+
ksp = "2.1.20-1.0.32"
88
ktlint = "12.1.2"
9-
kotlinx-serialization = "1.7.3"
9+
kotlinx-serialization = "1.8.1"
1010
hilt = "2.54"
1111
hilt-androidx = "1.2.0"
1212
core-ktx = "1.15.0"
@@ -32,7 +32,7 @@ lyricist = "1.7.0"
3232
navigation = "2.8.5"
3333
molecule = "2.0.0"
3434
media3 = "1.5.1"
35-
coroutines = "1.9.0"
35+
coroutines = "1.10.1"
3636
workmanager = "2.10.0"
3737
coil = "3.0.4"
3838
ktor = "3.0.3"

0 commit comments

Comments
 (0)