From 665bbb3788d85de0cf6595d4ac99d8ad561cb321 Mon Sep 17 00:00:00 2001 From: Andrew Rabert Date: Mon, 3 Dec 2018 19:46:40 -0500 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 8ea5380..4e54436 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -38,7 +38,7 @@ dependencies { implementation 'com.esotericsoftware:kryo:4.0.2' implementation "com.android.support:design:$android_support_version" implementation 'com.sothree.slidinguppanel:library:3.3.1' - implementation 'com.squareup.okhttp3:okhttp:3.10.0' + implementation 'com.squareup.okhttp3:okhttp:3.12.0' implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" }