diff --git a/app/build.gradle b/app/build.gradle
index 8feda43..4f8dfd2 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -40,4 +40,11 @@
     testImplementation 'junit:junit:4.13.2'
     androidTestImplementation 'androidx.test.ext:junit:1.1.3'
     androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
+
+    // Retrofit
+    implementation "com.squareup.retrofit2:retrofit:2.9.0"
+    implementation "com.squareup.retrofit2:converter-moshi:2.9.0"
+
+    implementation 'com.squareup.retrofit2:converter-jackson:2.5.0'
+    implementation 'com.squareup.retrofit2:converter-scalars:2.1.0'
 }
\ No newline at end of file