Skip to content

Commit

Permalink
dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
joreilly committed Dec 2, 2023
1 parent 824ad26 commit 4e6e894
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ kotlin.mpp.androidSourceSetLayoutVersion=2

org.jetbrains.compose.experimental.uikit.enabled=true

#kotlin.experimental.tryK2=true
kotlin.experimental.tryK2=true
26 changes: 13 additions & 13 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
[versions]
kotlin = "1.9.20"
ksp = "1.9.20-1.0.13"
kotlin = "1.9.21"
ksp = "1.9.21-1.0.15"
coroutines = "1.7.3"
kotlinxSerialization = "1.6.0"
kotlinxSerialization = "1.6.2"
kotlinxDateTime = "0.4.1"
androidGradlePlugin = "8.1.2"
androidGradlePlugin = "8.2.0"
koin = "3.5.0"
koinCompose = "3.5.0"
ktor = "2.3.5"
ktor = "2.3.6"
slf4j = "2.0.9"
realm = "1.12.0"
kmpNativeCoroutines = "1.0.0-ALPHA-19"
realm = "1.13.0"
kmpNativeCoroutines = "1.0.0-ALPHA-21"

androidxActivity = "1.8.0"
androidxComposeCompiler = "1.5.4-dev-k1.9.20-50f08dfa4b4"
jbComposeCompiler = "1.5.3"
androidxActivity = "1.8.1"
androidxComposeCompiler = "1.5.5-dev-k1.9.21-163bb051fe5"
jbComposeCompiler = "1.5.4"
androidxComposeBom = "2023.10.01"
androidxNavigationCompose = "2.7.4"
androidxNavigationCompose = "2.7.5"
androidxLifecycle = "2.6.2"

composeMultiplatform = "1.5.10"
accompanist = "0.32.0"
coilCompose = "2.5.0"
image-loader = "1.6.8"
image-loader = "1.7.1"

junit = "4.13.2"

multiplatformSettings = "1.1.0"
multiplatformSettings = "1.1.1"
kermit = "2.0.2"

minSdk = "24"
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 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit 4e6e894

Please sign in to comment.