summaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to '')
-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
ss='logsubject'>DetailTopAnimeController.kt and the activity are working fine.Clyhtsuriva2-89/+111 2021-05-13Redefining how the controller is started.Clyhtsuriva2-5/+2 2021-05-13DetailTopMangaController.kt and the activity are working fine.Clyhtsuriva2-91/+116 2021-05-12creating empty controller files for detail pagesClyhtsuriva4-0/+12 2021-05-12creating anime and manga packages for controllersClyhtsuriva8-8/+8