diff --git a/app/build.gradle b/app/build.gradle index 4db0ea8..7cb14f7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -71,7 +71,7 @@ android { } dependencies { - implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.0" + implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0" implementation 'androidx.core:core-ktx:1.13.1' implementation 'androidx.appcompat:appcompat:1.7.0' @@ -101,7 +101,7 @@ dependencies { def okhttp = "4.12.0" implementation "com.squareup.retrofit2:retrofit:$retrofit" implementation "com.jakewharton.retrofit:retrofit2-kotlinx-serialization-converter:1.0.0" - implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.3" + implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.3" implementation "com.squareup.okhttp3:logging-interceptor:$okhttp" debugImplementation "androidx.compose.ui:ui-test-manifest:$compose" diff --git a/build.gradle b/build.gradle index 101db7e..9071537 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { ext { - kotlinVersion = "2.0.0" + kotlinVersion = "2.0.20" } } plugins {