From 8e2bdadef5828002c7d5fea217d6df3d7a6eed4b Mon Sep 17 00:00:00 2001 From: Andrew Rabert Date: Sun, 17 Mar 2019 00:06:51 -0400 Subject: [PATCH] Update deps --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 3963cc6..4c5ce2b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -38,12 +38,12 @@ 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.12.1' + implementation 'com.squareup.okhttp3:okhttp:3.14.0' implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" } buildscript { - ext.kotlin_version = '1.3.10' + ext.kotlin_version = '1.3.21' ext.android_support_version = '27.1.1' repositories { mavenCentral()