diff --git a/app/build.gradle b/app/build.gradle index f24fc1a..3319c1a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -90,6 +90,6 @@ dependencies { implementation(libs.material) implementation(libs.okhttp) implementation(libs.kotlinx.serialization.json) - implementation 'com.squareup.retrofit2:retrofit:2.9.0' - implementation 'com.squareup.retrofit2:converter-gson:2.9.0' + implementation 'com.squareup.retrofit2:retrofit:2.11.0' + implementation 'com.squareup.retrofit2:converter-gson:2.11.0' } \ No newline at end of file