Skip to content

Commit

Permalink
Update Kotlin and KSP (#3796)
Browse files Browse the repository at this point in the history
* Update Kotlin and KSP

* Update dagger to v2.53

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Frett <[email protected]>
  • Loading branch information
renovate[bot] and frett authored Dec 3, 2024
1 parent 3ba15e5 commit f824685
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ androidx-viewpager2 = "1.1.0"
androidx-work = "2.10.0"
circuit = "0.25.0"
coil = "2.7.0"
dagger = "2.52"
dagger = "2.53"
eventbus = "3.3.1"
facebook = "17.0.2"
facebook-flipper = "0.273.0"
Expand All @@ -22,10 +22,10 @@ firebase-perf = "21.0.2"
godtoolsShared = "1.1.0-SNAPSHOT"
google-auto-value = "1.11.0"
gtoSupport = "4.2.3-SNAPSHOT"
kotlin = "2.0.21"
kotlin = "2.1.0"
kotlinCoroutines = "1.9.0"
kotlinKover = "0.7.6"
ksp = "2.0.21-1.0.28"
ksp = "2.1.0-1.0.29"
ktlint = "1.4.1"
ktlintGradle = "12.1.2"
lottie = "6.6.0"
Expand Down Expand Up @@ -183,7 +183,7 @@ lottie = { module = "com.airbnb.android:lottie", version.ref = "lottie" }
lottie-compose = { module = "com.airbnb.android:lottie-compose", version.ref = "lottie" }
materialComponents = "com.google.android.material:material:1.12.0"
mockk = "io.mockk:mockk:1.13.12"
mockposable = 'com.jeppeman.mockposable:mockposable-gradle:0.10'
mockposable = 'com.jeppeman.mockposable:mockposable-gradle:0.11'
okhttp3 = { module = "com.squareup.okhttp3:okhttp", version.ref = "okhttp3" }
okhttp3-mockwebserver = { module = "com.squareup.okhttp3:mockwebserver", version.ref = "okhttp3" }
onesky-gradlePlugin = "co.brainly:plugin:1.6.0"
Expand Down

0 comments on commit f824685

Please sign in to comment.