From 0cb449e1d6efbe8443a417a25615e31e36acdbcf Mon Sep 17 00:00:00 2001 From: topjohnwu Date: Tue, 3 Sep 2019 16:28:27 -0400 Subject: [PATCH] We need to support pre-5.0 platforms --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index ba661d633..7da5cb375 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -84,7 +84,7 @@ dependencies { implementation "com.squareup.retrofit2:converter-scalars:${vRetrofit}" implementation "com.squareup.retrofit2:adapter-rxjava2:${vRetrofit}" - def vOkHttp = '4.1.0' + def vOkHttp = '3.12.2' implementation "com.squareup.okhttp3:okhttp:${vOkHttp}" implementation "com.squareup.okhttp3:logging-interceptor:${vOkHttp}"