Skip to content

Commit

Permalink
fix(deps): update kotlin (#90)
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 17, 2024
1 parent 0c56ae3 commit 461f57e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ minSdk = "26"
targetSdk = "34"
compileSdk = "34"
agp = "8.6.1"
kotlin = "2.0.20"
ksp = "2.0.20-1.0.25"
kotlin = "2.0.21"
ksp = "2.0.21-1.0.25"
ktlint = "12.1.1"
kotlinx-serialization = "1.7.2"
kotlinx-serialization = "1.7.3"
hilt = "2.52"
hilt-androidx = "1.2.0"
core-ktx = "1.13.1"
Expand Down

0 comments on commit 461f57e

Please sign in to comment.