diff --git a/.idea/misc.xml b/.idea/misc.xml index d5d35ec..860da66 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,6 +1,6 @@ - + diff --git a/app/build.gradle b/app/build.gradle index 051ebf1..4935f4d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -36,4 +36,6 @@ testImplementation 'junit:junit:4.+' androidTestImplementation 'androidx.test.ext:junit:1.1.2' androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0' + implementation "com.squareup.retrofit2:retrofit:2.5.0" + implementation 'com.squareup.retrofit2:converter-jackson:2.5.0' } \ No newline at end of file