From 0a6af2a279a6088ea812da5eb1cae9819e69c939 Mon Sep 17 00:00:00 2001 From: tibbi Date: Wed, 19 Sep 2018 22:08:20 +0200 Subject: [PATCH] update commons to 4.7.14 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 37cb74778..d955bc467 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -43,7 +43,7 @@ android { } dependencies { - implementation 'com.simplemobiletools:commons:4.7.10' + implementation 'com.simplemobiletools:commons:4.7.14' 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'