Skip to content

Commit

Permalink
Merge pull request #400 from joreilly/cmp_1_7
Browse files Browse the repository at this point in the history
Compose Multiplatform 1.7.0
  • Loading branch information
joreilly authored Oct 16, 2024
2 parents 2e03a23 + 1f82a68 commit 8394bca
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[versions]
kotlin = "2.0.20"
ksp = "2.0.20-1.0.25"
kotlin = "2.0.21"
ksp = "2.0.21-1.0.25"

compose-multiplatform = "1.7.0-rc01"
compose-multiplatform = "1.7.0"
composeUiTooling = "1.4.0"
coroutines = "1.9.0"
kotlinxSerialization = "1.7.3"
androidGradlePlugin = "8.7.0"
androidGradlePlugin = "8.7.1"
koin = "4.0.0"
koinCompose = "4.0.0"
koinComposeMultiplatform = "4.0.0"
Expand All @@ -24,7 +24,7 @@ androidxNavigationCompose = "2.8.2"
uiToolingPreview = "1.7.3"
wearCompose = "1.4.0"
androidxLifecycle = "2.8.6"
androidxLifecycleKMP = "2.8.2"
androidxLifecycleKMP = "2.8.3"

coilCompose = "2.7.0"
coilCompose3 = "3.0.0-alpha10"
Expand All @@ -37,7 +37,7 @@ kermit = "2.0.4"

gradleVersionsPlugin = "0.51.0"
shadowPlugin = "7.1.2"
skie = "0.9.2"
skie = "0.9.3"

minSdk = "24"
compileSdk = "35"
Expand Down

0 comments on commit 8394bca

Please sign in to comment.