diff --git a/app/build.gradle b/app/build.gradle index af739a7..943a012 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -30,5 +30,6 @@ testImplementation 'junit:junit:4.12' androidTestImplementation 'androidx.test.ext:junit:1.1.1' androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0' - + implementation "com.squareup.retrofit2:retrofit:2.5.0" + implementation 'com.squareup.retrofit2:converter-jackson:2.5.0' } \ No newline at end of file