Skip to content

Commit

Permalink
Update Kotlin
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 22, 2024
1 parent e814274 commit 4495c9d
Show file tree
Hide file tree
Showing 2 changed files with 359 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 @@ -25,15 +25,15 @@ androidx-work = "2.9.1"
androidx-room = "2.6.1"
bouncycastle = "1.70"
conscrypt = "2.5.3"
coroutines = "1.9.0"
coroutines = "1.10.1"
diffx = "1.1.1"
emoji2 = "1.4.0"
filemoji-compat = "3.2.7"
glide = "4.16.0"
# Deliberate downgrade, https://github.com/tuskyapp/Tusky/issues/3631
glide-animation-plugin = "2.23.0"
hilt = "2.54"
kotlin = "2.0.21"
kotlin = "2.1.0"
image-cropper = "4.3.2"
material = "1.12.0"
material-drawer = "9.0.2"
Expand All @@ -54,7 +54,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.29"
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 4495c9d

Please sign in to comment.