From d43b5a1a996b22a609220d6a0cc481c480238b8b Mon Sep 17 00:00:00 2001 From: CappielloAntonio Date: Sat, 24 Jul 2021 12:28:06 +0200 Subject: [PATCH] Added retrofit dependencies --- app/build.gradle | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/app/build.gradle b/app/build.gradle index b2e3b1f5..702126e6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -80,6 +80,13 @@ dependencies { androidTestImplementation 'androidx.test.ext:junit:1.1.3' androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' + // Retrofit + implementation 'com.google.code.gson:gson:2.8.7' + implementation 'com.squareup.retrofit2:retrofit:2.9.0' + implementation 'com.squareup.retrofit2:converter-gson:2.9.0' + + // implementation 'net.beardbot:subsonic-client:0.2.0' + // Database debugger via adb // debugImplementation 'com.amitshekhar.android:debug-db:1.0.6'