|
@@ -51,13 +51,13 @@ dependencies {
|
|
|
implementation("io.reactivex.rxjava2:rxandroid:2.1.1")
|
|
implementation("io.reactivex.rxjava2:rxandroid:2.1.1")
|
|
|
|
|
|
|
|
// retrofit
|
|
// retrofit
|
|
|
- implementation("com.squareup.retrofit2:retrofit:2.6.2")
|
|
|
|
|
- implementation("com.squareup.retrofit2:adapter-rxjava2:2.6.2")
|
|
|
|
|
- implementation("com.squareup.retrofit2:converter-gson:2.6.2")
|
|
|
|
|
|
|
+ implementation("com.squareup.retrofit2:retrofit:2.8.1")
|
|
|
|
|
+ implementation("com.squareup.retrofit2:adapter-rxjava2:2.8.1")
|
|
|
|
|
+ implementation("com.squareup.retrofit2:converter-gson:2.8.1")
|
|
|
|
|
|
|
|
// okhttp
|
|
// okhttp
|
|
|
@Suppress("GradleDependency")
|
|
@Suppress("GradleDependency")
|
|
|
- implementation("com.squareup.okhttp3:logging-interceptor:3.12.6") // use 3.12.x if minSdkVersion < 21
|
|
|
|
|
|
|
+ implementation("com.squareup.okhttp3:logging-interceptor:3.14.7")
|
|
|
|
|
|
|
|
// etc
|
|
// etc
|
|
|
implementation("com.google.android.material:material:1.1.0")
|
|
implementation("com.google.android.material:material:1.1.0")
|