Skip to content

Commit 7543940

Browse files
Update kotlin
1 parent 7a5847f commit 7543940

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ android {
7171
}
7272

7373
dependencies {
74-
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0"
74+
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.1"
7575

7676
implementation 'androidx.core:core-ktx:1.15.0'
7777
implementation 'androidx.appcompat:appcompat:1.7.0'
@@ -102,7 +102,7 @@ dependencies {
102102
def okhttp = "4.12.0"
103103
implementation "com.squareup.retrofit2:retrofit:$retrofit"
104104
implementation "com.jakewharton.retrofit:retrofit2-kotlinx-serialization-converter:1.0.0"
105-
implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.3"
105+
implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.8.0"
106106
implementation "com.squareup.okhttp3:logging-interceptor:$okhttp"
107107

108108
debugImplementation "androidx.compose.ui:ui-test-manifest:$compose"

0 commit comments

Comments
 (0)