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 483a514 commit 748b2b3Copy full SHA for 748b2b3
buildSrc/src/main/kotlin/deps.kt
@@ -53,7 +53,7 @@ object deps {
53
object squareup {
54
const val retrofit = "com.squareup.retrofit2:retrofit:2.9.0"
55
const val converterMoshi = "com.squareup.retrofit2:converter-moshi:2.9.0"
56
- const val loggingInterceptor = "com.squareup.okhttp3:logging-interceptor:5.0.0-alpha.2"
+ const val loggingInterceptor = "com.squareup.okhttp3:logging-interceptor:5.0.0-alpha.16"
57
const val moshiKotlin = "com.squareup.moshi:moshi-kotlin:1.15.1"
58
const val leakCanary = "com.squareup.leakcanary:leakcanary-android:2.12"
59
}
0 commit comments