From 759de4e818b662a449cc830ecc0c9d436195e438 Mon Sep 17 00:00:00 2001 From: tibbi Date: Sun, 15 Jul 2018 20:54:33 +0200 Subject: [PATCH] update commons to 4.4.19 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 8cdf1875b..85843e624 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -47,7 +47,7 @@ ext { } dependencies { - implementation 'com.simplemobiletools:commons:4.4.17' + implementation 'com.simplemobiletools:commons:4.4.19' 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'