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'