From ce4f9b02b74f1abd63ad68dbab7eb566df9845d5 Mon Sep 17 00:00:00 2001 From: tibbi Date: Sun, 1 Jul 2018 22:22:36 +0200 Subject: [PATCH] update commons to 4.3.21 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index f92e53fef..b8f3bc842 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -47,7 +47,7 @@ ext { } dependencies { - implementation 'com.simplemobiletools:commons:4.3.15' + implementation 'com.simplemobiletools:commons:4.3.21' implementation 'com.theartofdev.edmodo:android-image-cropper:2.7.0' implementation 'com.android.support:multidex:1.0.3' implementation 'it.sephiroth.android.exif:library:1.0.1'