Skip to content

Commit

Permalink
Merge pull request #15 from joreilly/dependency_upddates
Browse files Browse the repository at this point in the history
dependency updates
  • Loading branch information
joreilly authored Sep 22, 2024
2 parents 1c78d36 + f29b11e commit a51e5ec
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
[versions]
kotlin = "2.0.0"
ksp = "2.0.0-1.0.21"
kotlinx-coroutines = "1.8.1"
kotlin = "2.0.20"
ksp = "2.0.20-1.0.25"
kotlinx-coroutines = "1.9.0"


agp = "8.4.1"
agp = "8.5.2"
android-compileSdk = "34"
android-minSdk = "24"
android-targetSdk = "34"
androidx-activityCompose = "1.9.0"
androidxComposeBom = "2024.05.00"
androidx-activityCompose = "1.9.2"
androidxComposeBom = "2024.09.02"
compose-plugin = "1.6.10"
accompanist = "0.26.2-beta"
kmp-nativecoroutines = "1.0.0-ALPHA-31"
accompanist = "0.30.1"
kmp-nativecoroutines = "1.0.0-ALPHA-35"
okio = "3.9.0"

[libraries]
Expand Down

0 comments on commit a51e5ec

Please sign in to comment.