Skip to content

Commit 58d924e

Browse files
authored
Apply suggestions from code review
1 parent cc61b77 commit 58d924e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/deps.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ object deps {
4747
object squareup {
4848
const val retrofit = "com.squareup.retrofit2:retrofit:2.9.0"
4949
const val converterMoshi = "com.squareup.retrofit2:converter-moshi:2.9.0"
50-
const val loggingInterceptor = "com.squareup.okhttp3:logging-interceptor:5.0.0-SNAPSHOT"
50+
const val loggingInterceptor = "com.squareup.okhttp3:logging-interceptor:4.11.0"
5151
const val moshiKotlin = "com.squareup.moshi:moshi-kotlin:1.15.0"
5252
const val leakCanary = "com.squareup.leakcanary:leakcanary-android:2.11"
5353
}

0 commit comments

Comments
 (0)