diff --git a/app/build.gradle b/app/build.gradle index 3ec4ba7..3daa83f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -54,8 +54,8 @@ dependencies { implementation 'androidx.work:work-runtime:2.7.1' // Retrofit - 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' // Room components implementation 'androidx.room:room-runtime:2.4.2'