From 6704e05da29bf62b5192c3c630ead1346e7f3642 Mon Sep 17 00:00:00 2001 From: Andrew Rabert Date: Thu, 30 Apr 2020 12:56:41 -0400 Subject: [PATCH] Update deps --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 145edb7..92edc89 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -33,7 +33,7 @@ dependencies { implementation 'com.esotericsoftware:kryo:4.0.2' implementation 'com.google.android.material:material:1.0.0' implementation 'com.github.hannesa2:AndroidSlidingUpPanel:4.2.0' - implementation 'com.squareup.okhttp3:okhttp:4.4.1' + implementation 'com.squareup.okhttp3:okhttp:4.6.0' implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" implementation "androidx.media:media:1.1.0" implementation 'androidx.legacy:legacy-support-v4:1.0.0'