Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
joreilly committed Jul 29, 2024
1 parent 97f4aed commit 834709c
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
[versions]
kotlin = "2.0.0"
ksp = "2.0.0-1.0.21"
kotlinx-coroutines = "1.8.1"
kotlinx-serialization = "1.6.3"
ksp = "2.0.0-1.0.23"
kotlinx-coroutines = "1.9.0-RC"
kotlinx-serialization = "1.7.1"
kotlinx-dateTime = "0.6.0"

androidGradlePlugin = "8.5.0"
androidGradlePlugin = "8.5.1"
koalaplot = "0.5.3"
koin = "3.6.0-Beta4"
koinCompose = "3.6.0-Beta4"
koinComposeMultiplatform = "1.2.0-Beta4"
ktor = "2.3.11"
ktor = "2.3.12"
slf4j = "2.0.13"
skie = "0.8.2"
skie = "0.8.3"
datastore = "1.1.1"

androidxActivity = "1.9.0"
androidxActivity = "1.9.1"
androidxComposeBom = "2024.06.00"
androidxNavigationCompose = "2.8.0-beta03"
androidxLifecycle = "2.8.2"
androidxRoom = "2.7.0-alpha04"
androidxNavigationCompose = "2.8.0-beta06"
androidxLifecycle = "2.8.4"
androidxRoom = "2.7.0-alpha05"
sqlite = "2.5.0-SNAPSHOT"
compose-plugin = "1.6.11"
accompanist = "0.32.0"
coilCompose = "2.6.0"
image-loader = "1.7.8"
junit = "4.13.2"
kermit = "2.0.3"
kermit = "2.0.4"
minSdk = "24"
targetSdk = "34"
compileSdk = "34"
Expand Down

0 comments on commit 834709c

Please sign in to comment.