Skip to content

Commit

Permalink
Merge pull request #55 from joreilly/dependency_updates
Browse files Browse the repository at this point in the history
Ktor 3 + other dependency updates
  • Loading branch information
joreilly authored Oct 9, 2024
2 parents b8f0ad7 + cf9385d commit 9991ac9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
kotlin = "2.0.20"
ksp = "2.0.20-1.0.25"
kotlinx-coroutines = "1.9.0"
kotlinx-serialization = "1.7.2"
kotlinx-dateTime = "0.6.0"
kotlinx-serialization = "1.7.3"
kotlinx-dateTime = "0.6.1"


composeUiTooling = "1.3.1"
androidGradlePlugin = "8.5.2"
androidGradlePlugin = "8.7.0"
koin = "4.0.0"
koinCompose = "4.0.0"
koinComposeMultiplatform = "1.2.0-Beta4"
ktor = "2.3.12"
ktor = "3.0.0"
slf4j = "2.0.16"
sqlDelight = "2.0.2"
kmpNativeCoroutines = "1.0.0-ALPHA-35"
Expand All @@ -20,12 +20,12 @@ googleServices = "4.4.2"
androidxActivity = "1.9.2"
androidxComposeCompiler = "1.5.8"
jbComposeCompiler = "1.5.4"
androidxComposeBom = "2024.09.02"
androidxNavigationCompose = "2.8.1"
uiToolingPreview = "1.7.2"
androidxComposeBom = "2024.09.03"
androidxNavigationCompose = "2.8.2"
uiToolingPreview = "1.7.3"
androidxLifecycle = "2.8.6"
imageLoader = "1.8.3"
osmdroidAndroid = "6.1.18"
osmdroidAndroid = "6.1.20"
googleMapsCompose = "5.0.3"

composeMultiplatform = "1.6.11"
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.1"
navigationUiKtx = "2.8.1"
navigationFragmentKtx = "2.8.2"
navigationUiKtx = "2.8.2"


[libraries]
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Sun May 28 21:12:18 IST 2023
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 9991ac9

Please sign in to comment.