Skip to content

Commit

Permalink
chore(deps): update kotlin
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 27, 2024
1 parent 9fb4e03 commit 860c007
Show file tree
Hide file tree
Showing 2 changed files with 313 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 @@ -34,7 +34,7 @@ glide = "4.16.0"
# Deliberate downgrade, https://github.com/tuskyapp/Tusky/issues/3631
glide-animation-plugin = "2.23.0"
hilt = "2.52"
kotlin = "2.0.21"
kotlin = "2.1.0"
image-cropper = "4.3.2"
material = "1.12.0"
material-drawer = "9.0.2"
Expand All @@ -56,7 +56,7 @@ xmlwriter = "1.0.4"

[plugins]
android-application = { id = "com.android.application", version.ref = "agp" }
google-ksp = "com.google.devtools.ksp:2.0.21-1.0.28"
google-ksp = "com.google.devtools.ksp:2.1.0-1.0.28"
hilt-android = { id = "com.google.dagger.hilt.android", version.ref = "hilt" }
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
kotlin-parcelize = { id = "org.jetbrains.kotlin.plugin.parcelize", version.ref = "kotlin" }
Expand Down
Loading

0 comments on commit 860c007

Please sign in to comment.