Skip to content

Commit

Permalink
Update Kotlin and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 20, 2024
1 parent 729d2a7 commit 41a073a
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 41a073a

Please sign in to comment.