Skip to content

Commit

Permalink
Merge pull request #56 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 9991ac9 + d63297f commit a985931
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[versions]
kotlin = "2.0.20"
ksp = "2.0.20-1.0.25"
kotlin = "2.0.21"
ksp = "2.0.21-1.0.25"
kotlinx-coroutines = "1.9.0"
kotlinx-serialization = "1.7.3"
kotlinx-dateTime = "0.6.1"


composeUiTooling = "1.3.1"
androidGradlePlugin = "8.7.0"
androidGradlePlugin = "8.7.1"
koin = "4.0.0"
koinCompose = "4.0.0"
koinComposeMultiplatform = "1.2.0-Beta4"
Expand All @@ -17,18 +17,18 @@ sqlDelight = "2.0.2"
kmpNativeCoroutines = "1.0.0-ALPHA-35"
googleServices = "4.4.2"

androidxActivity = "1.9.2"
androidxActivity = "1.9.3"
androidxComposeCompiler = "1.5.8"
jbComposeCompiler = "1.5.4"
androidxComposeBom = "2024.09.03"
androidxNavigationCompose = "2.8.2"
uiToolingPreview = "1.7.3"
androidxComposeBom = "2024.10.00"
androidxNavigationCompose = "2.8.3"
uiToolingPreview = "1.7.4"
androidxLifecycle = "2.8.6"
imageLoader = "1.8.3"
osmdroidAndroid = "6.1.20"
googleMapsCompose = "5.0.3"

composeMultiplatform = "1.6.11"
composeMultiplatform = "1.7.0"
accompanist = "0.36.0"
coilCompose = "2.7.0"
horologist = "0.6.20"
Expand All @@ -52,8 +52,8 @@ appcompat = "1.7.0"
material = "1.12.0"
constraintlayout = "2.1.4"
lifecycleLivedataKtx = "2.8.6"
navigationFragmentKtx = "2.8.2"
navigationUiKtx = "2.8.2"
navigationFragmentKtx = "2.8.3"
navigationUiKtx = "2.8.3"


[libraries]
Expand Down

0 comments on commit a985931

Please sign in to comment.