From 158d7322ee4658a6abddfe2db1a185ec3f3c7b89 Mon Sep 17 00:00:00 2001 From: tibbi Date: Tue, 19 Jun 2018 22:55:33 +0200 Subject: [PATCH] update commons to 4.2.8 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index a0d0cfbed..01162895e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -47,7 +47,7 @@ ext { } dependencies { - implementation 'com.simplemobiletools:commons:4.2.6' + implementation 'com.simplemobiletools:commons:4.2.8' 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'