From d8fd1b7a625e6dc1b7b2f34c070e3b0ae89caa8f Mon Sep 17 00:00:00 2001 From: tibbi Date: Fri, 25 May 2018 21:28:13 +0200 Subject: [PATCH] update commons to 4.1.4 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 6f8cb36f8..da6912ebe 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -47,7 +47,7 @@ ext { } dependencies { - implementation 'com.simplemobiletools:commons:4.1.2' + implementation 'com.simplemobiletools:commons:4.1.4' 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'