Skip to content

Commit

Permalink
Update Kotlin (#135)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 13, 2024
1 parent 308a700 commit 7a2a69e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apollo_version = "4.0.0-beta.7"
coil_version = "2.7.0"
coroutines_version = "1.9.0"
hilt_version = "2.50"
kotlin_version = "2.0.20"
kotlin_version = "2.0.21"
media3_version = "1.4.1"
voyager_version = "1.0.0"

Expand All @@ -14,7 +14,7 @@ android-application = { id = "com.android.application", version = "8.7.0" }
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin_version" }
kotlin-compose = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin_version" }
kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin_version" }
ksp = { id = "com.google.devtools.ksp", version = "2.0.20-1.0.25" }
ksp = { id = "com.google.devtools.ksp", version = "2.0.21-1.0.25" }

aboutLibraries = { id = "com.mikepenz.aboutlibraries.plugin", version.ref = "aboutlib_version" }
apollo = { id = "com.apollographql.apollo3", version.ref = "apollo_version" }
Expand Down

0 comments on commit 7a2a69e

Please sign in to comment.