mirror of
https://github.com/antebudimir/tempus.git
synced 2025-12-31 17:43:32 +00:00
Added retrofit dependencies
This commit is contained in:
parent
30ded0951b
commit
d43b5a1a99
1 changed files with 7 additions and 0 deletions
|
|
@ -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'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue