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" }