File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ android {
71
71
}
72
72
73
73
dependencies {
74
- implementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0 "
74
+ implementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.1 "
75
75
76
76
implementation ' androidx.core:core-ktx:1.15.0'
77
77
implementation ' androidx.appcompat:appcompat:1.7.0'
@@ -102,7 +102,7 @@ dependencies {
102
102
def okhttp = " 4.12.0"
103
103
implementation " com.squareup.retrofit2:retrofit:$retrofit "
104
104
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 "
106
106
implementation " com.squareup.okhttp3:logging-interceptor:$okhttp "
107
107
108
108
debugImplementation " androidx.compose.ui:ui-test-manifest:$compose "
You can’t perform that action at this time.
0 commit comments