Skip to content

Commit

Permalink
Merge pull request #127 from ryanmoelter/renovate/kotlin-and-dependen…
Browse files Browse the repository at this point in the history
…cies

Update Kotlin and dependencies
  • Loading branch information
ryanmoelter authored Mar 21, 2024
2 parents 729d2a7 + 41a073a commit 58c2423
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
@@ -1,11 +1,11 @@
[versions]
android-gradle = "8.3.1"
kotlin = "1.9.22"
kotlin = "1.9.23"
coroutines = "1.8.0"
# https://developer.android.com/jetpack/compose/bom/bom-mapping
compose-bom = "2024.02.02"
# https://developer.android.com/jetpack/androidx/releases/compose-kotlin#pre-release_kotlin_compatibility
compose-compiler = "1.5.10"
compose-compiler = "1.5.11"
compileSdk = "34"
minSdk = "23"

Expand All @@ -23,7 +23,7 @@ kotlinter = "4.2.0"

# Sample app
kotlin-inject = "0.6.3"
ksp = "1.9.22-1.0.16"
ksp = "1.9.23-1.0.19"
coil = "2.6.0"
retrofit = "2.10.0"
junit-old = "1.1.5"
Expand Down

0 comments on commit 58c2423

Please sign in to comment.