Added retrofit dependencies

This commit is contained in:
CappielloAntonio 2021-07-24 12:28:06 +02:00
parent 30ded0951b
commit d43b5a1a99

View file

@ -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'