File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ dependencies {
149
149
implementation(material3WindowSizeClass)
150
150
}
151
151
implementation(" io.github.pushpalroy:jetlime:1.0.3" )
152
- implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.7.1 " )
152
+ implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.7.2 " )
153
153
implementation(" com.google.maps.android:android-maps-utils:2.3.0" )
154
154
155
155
with (Deps .PlayServices ) {
Original file line number Diff line number Diff line change 1
1
2
2
object Versions {
3
- const val kotlin = " 1.9.0-Beta "
4
- const val kspPlugin = " 1.9.0-Beta- 1.0.11"
5
- const val kotlinCoroutines = " 1.7.1 "
3
+ const val kotlin = " 1.9.0"
4
+ const val kspPlugin = " 1.9.0-1.0.11"
5
+ const val kotlinCoroutines = " 1.7.2 "
6
6
const val kotlinxSerialization = " 1.5.1"
7
7
const val ktor = " 2.3.0"
8
8
const val koinCore = " 3.4.0"
@@ -16,7 +16,7 @@ object Versions {
16
16
const val kmpNativeCoroutines = " 1.0.0-ALPHA-10-kotlin-1.9.0-Beta"
17
17
18
18
const val compose = " 1.4.3"
19
- const val composeCompiler = " 1.4.7-dev-k1.9.0-Beta-bb7dc8b44eb "
19
+ const val composeCompiler = " 1.4.8 "
20
20
const val navCompose = " 2.5.3"
21
21
const val accompanist = " 0.29.0-alpha"
22
22
const val mapsCompose = " 2.11.0"
You can’t perform that action at this time.
0 commit comments