Skip to content

Commit

Permalink
Update kotlin
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 5, 2024
1 parent 6881548 commit e2e7747
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion android-app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ dependencies {
// TODO: Added this as a temporary fix for a crash in ProgressIndicator, can be removed later.
// Issue: https://github.com/JetBrains/compose-multiplatform/issues/4157
implementation("androidx.compose.material3:material3-android:1.2.0-beta02")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.7.1")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.8.0")
implementation("com.google.maps.android:android-maps-utils:2.3.0")

implementation("com.google.android.gms:play-services-location:16.0.0")
Expand Down
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[versions]
composeUiTooling = "1.3.0"
kotlin = "1.9.22"
ksp = "1.9.22-1.0.17"
kotlin = "1.9.23"
ksp = "1.9.23-1.0.20"
coroutines = "1.8.0"
kotlinxSerialization = "1.6.3"
kotlinxDateTime = "0.6.0-RC"
kotlinxDateTime = "0.6.0-RC.2"
androidGradlePlugin = "8.2.2"
koin = "3.5.3"
koinCompose = "3.5.3"
Expand Down Expand Up @@ -45,7 +45,7 @@ minWearSdk = "26"
targetSdk = "34"
targetWearSdk = "33"
compileSdk = "34"
kotlinVersion = "1.9.22"
kotlinVersion = "1.9.23"
coreKtx = "1.12.0"
espressoCore = "3.5.1"
appcompat = "1.6.1"
Expand Down

0 comments on commit e2e7747

Please sign in to comment.