We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc61b77 commit 58d924eCopy full SHA for 58d924e
buildSrc/src/main/kotlin/deps.kt
@@ -47,7 +47,7 @@ object deps {
47
object squareup {
48
const val retrofit = "com.squareup.retrofit2:retrofit:2.9.0"
49
const val converterMoshi = "com.squareup.retrofit2:converter-moshi:2.9.0"
50
- const val loggingInterceptor = "com.squareup.okhttp3:logging-interceptor:5.0.0-SNAPSHOT"
+ const val loggingInterceptor = "com.squareup.okhttp3:logging-interceptor:4.11.0"
51
const val moshiKotlin = "com.squareup.moshi:moshi-kotlin:1.15.0"
52
const val leakCanary = "com.squareup.leakcanary:leakcanary-android:2.11"
53
}
0 commit comments