From ed5ada663d2a05b7ed3cd7a79b44e4984079fa64 Mon Sep 17 00:00:00 2001 From: tibbi Date: Sun, 8 Apr 2018 19:14:53 +0200 Subject: [PATCH] update commons to 3.18.10 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 007629711..25637269d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -46,7 +46,7 @@ ext { } dependencies { - implementation 'com.simplemobiletools:commons:3.17.23' + implementation 'com.simplemobiletools:commons:3.18.10' implementation 'com.theartofdev.edmodo:android-image-cropper:2.6.0' implementation 'com.android.support:multidex:1.0.3' implementation 'it.sephiroth.android.exif:library:1.0.1'