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