diff --git a/app/build.gradle b/app/build.gradle index 1a4a12d9..67da045f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -123,7 +123,7 @@ dependencies { annotationProcessor "androidx.room:room-compiler:${roomVersion}" // Retrofit - implementation 'com.squareup.retrofit2:retrofit:2.9.0' + implementation 'com.squareup.retrofit2:retrofit:2.10.0' // Gson implementation 'com.google.code.gson:gson:2.10.1'