summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClyhtsuriva <aimeric@adjutor.xyz>2021-02-18 00:26:05 +0100
committerClyhtsuriva <aimeric@adjutor.xyz>2021-02-18 00:26:05 +0100
commit017ed2bebc74a8d9d8f8165dbab8faaee53572eb (patch)
treedd9c9514faf69ab90b47b07fd495b38ff62615fd
parent0d8fb710341c7aef9f37114d8587d60155d3c9a8 (diff)
downloadAniki-017ed2bebc74a8d9d8f8165dbab8faaee53572eb.tar.gz
Aniki-017ed2bebc74a8d9d8f8165dbab8faaee53572eb.tar.bz2
Aniki-017ed2bebc74a8d9d8f8165dbab8faaee53572eb.zip
Adding the implementations of retrofit to gradle.
-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
d Belhadj1-58/+0 2021-06-27Add unit test for Category and Languagesaid belhadj4-0/+164 2021-06-27Update search functionalitysaid belhadj2-0/+8 2021-06-27Added an extension check for songs and covered it with a test.Clyhtsuriva65-77/+92 2021-06-27Fix : Javadoc missingClyhtsuriva80-0/+8465 2021-06-27PlayList class covered at 84%.Clyhtsuriva14-78/+117 2021-06-27Song class fully covered.Clyhtsuriva13-49/+96 2021-06-27Starting Song testsClyhtsuriva17-59/+119 2021-06-27Changed the log type for the JUnit test of LogHandlerClyhtsuriva5-26/+4 2021-06-27XMLHandler tests covered at 91%Clyhtsuriva93-7962/+82