summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/build.gradle3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 6042511..79284ac 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -47,5 +47,8 @@ dependencies {
//Recycleview
implementation "androidx.recyclerview:recyclerview:1.1.0"
+ //Retrofit
+ implementation 'com.squareup.retrofit2:retrofit:2.6.0'
+ implementation 'com.squareup.retrofit2:converter-gson:2.6.0'
} \ No newline at end of file
ass='logheader'>2021-04-13Gradle updateClyhtsuriva1-4/+4 2021-04-13MVC implemented to TopMangaPageClyhtsuriva2-121/+123 2021-04-13Moving the basic variables.Clyhtsuriva1-5/+15 2021-04-13Restructuring and README update.Clyhtsuriva41-80/+140