Remove unnecessary dependencies

This commit is contained in:
Mikołaj Pich 2020-06-14 23:00:16 +02:00
parent 285ef92a43
commit 23ece778fe
2 changed files with 5 additions and 10 deletions

View file

@ -9,10 +9,8 @@ dependencies {
implementation 'com.google.code.gson:gson:2.8.6'
implementation "com.brsanthu:migbase64:2.2"
implementation "com.squareup.retrofit2:retrofit:$retrofit"
implementation "com.squareup.retrofit2:converter-gson:$retrofit"
implementation "com.squareup.retrofit2:converter-scalars:$retrofit"
implementation "com.squareup.retrofit2:retrofit:$retrofit"
implementation "com.squareup.retrofit2:adapter-rxjava2:$retrofit"
}

View file

@ -5,17 +5,14 @@ plugins {
dependencies {
implementation "pl.droidsonroids:jspoon:$jspoon"
implementation "com.squareup.retrofit2:retrofit:$retrofit"
implementation "com.squareup.retrofit2:converter-gson:$retrofit"
implementation "com.squareup.retrofit2:converter-scalars:$retrofit"
implementation "pl.droidsonroids.retrofit2:converter-jspoon:$jspoon"
implementation "com.squareup.okhttp3:okhttp-urlconnection:$okhttp3"
implementation "com.squareup.retrofit2:retrofit:$retrofit"
implementation "com.squareup.retrofit2:adapter-rxjava2:$retrofit"
implementation "com.squareup.retrofit2:converter-scalars:$retrofit"
implementation "com.squareup.retrofit2:converter-gson:$retrofit"
implementation "com.github.jonyas:RxJava2Reauth:master"
implementation "org.slf4j:slf4j-api:$slf4j"
testImplementation "org.slf4j:slf4j-simple:$slf4j"
}