From b08e4c2d3da43a088e08cd20046596c7af2c486e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kuba=20Szczodrzy=C5=84ski?= Date: Fri, 19 Feb 2021 13:24:12 +0100 Subject: [PATCH] [Gradle] Update OkHttp to 3.12.13. --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index cf1bc55e..57982f62 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -148,7 +148,7 @@ dependencies { implementation "com.jaredrummler:colorpicker:1.0.2" implementation("com.squareup.okhttp3:okhttp") { version { - strictly "3.12.2" + strictly "3.12.13" } } implementation "com.theartofdev.edmodo:android-image-cropper:2.8.0" // do not update