File tree 3 files changed +6
-6
lines changed 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ dependencies {
155
155
implementation(material3WindowSizeClass)
156
156
}
157
157
implementation(" io.github.pushpalroy:jetlime:1.0.3" )
158
- implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.6.4 " )
158
+ implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.7.0 " )
159
159
implementation(" com.google.maps.android:android-maps-utils:2.3.0" )
160
160
161
161
with (Deps .PlayServices ) {
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ buildscript {
12
12
classpath(" org.jetbrains.kotlin:kotlin-serialization:${Versions .kotlin} " )
13
13
classpath(" com.squareup.sqldelight:gradle-plugin:${Versions .sqlDelight} " )
14
14
classpath(" com.google.gms:google-services:4.3.15" )
15
- classpath(" com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin:1.8.20 -1.0.10 " )
15
+ classpath(" com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin:1.8.21 -1.0.11 " )
16
16
classpath(" com.rickclephas.kmp:kmp-nativecoroutines-gradle-plugin:${Versions .kmpNativeCoroutines} " )
17
17
}
18
18
}
Original file line number Diff line number Diff line change 1
1
2
2
object Versions {
3
- const val kotlin = " 1.8.20 "
4
- const val kotlinCoroutines = " 1.6.4 "
5
- const val kotlinxSerialization = " 1.4 .1"
3
+ const val kotlin = " 1.8.21 "
4
+ const val kotlinCoroutines = " 1.7.0 "
5
+ const val kotlinxSerialization = " 1.5 .1"
6
6
const val ktor = " 2.2.4"
7
7
const val koinCore = " 3.4.0"
8
8
const val koinAndroid = " 3.4.0"
@@ -15,7 +15,7 @@ object Versions {
15
15
const val kmpNativeCoroutines = " 1.0.0-ALPHA-4"
16
16
17
17
const val compose = " 1.4.0"
18
- const val composeCompiler = " 1.4.5 "
18
+ const val composeCompiler = " 1.4.7 "
19
19
const val navCompose = " 2.5.2"
20
20
const val accompanist = " 0.29.0-alpha"
21
21
const val mapsCompose = " 2.11.0"
You can’t perform that action at this time.
0 commit comments