From 6f047fb5aa5a9c83995e84f6af34c570b2fd6ad2 Mon Sep 17 00:00:00 2001 From: arkon Date: Sun, 9 Aug 2020 11:48:08 -0400 Subject: [PATCH] Update OkHttp --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 55841287f6..fcc2757fb9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -163,7 +163,7 @@ dependencies { implementation 'com.github.pwittchen:reactivenetwork:0.13.0' // Network client - final okhttp_version = '4.8.0' + final okhttp_version = '4.8.1' implementation "com.squareup.okhttp3:okhttp:$okhttp_version" implementation "com.squareup.okhttp3:logging-interceptor:$okhttp_version" implementation "com.squareup.okhttp3:okhttp-dnsoverhttps:$okhttp_version"