From d0ba3314ad6aa3662526f4bfe654823fef7da7e0 Mon Sep 17 00:00:00 2001 From: tibbi Date: Thu, 19 Apr 2018 13:49:27 +0200 Subject: [PATCH] update commons to 3.19.4 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 732eee71c..a4999534a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -46,7 +46,7 @@ ext { } dependencies { - implementation 'com.simplemobiletools:commons:3.18.25' + implementation 'com.simplemobiletools:commons:3.19.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'