From 1a3ddab3ca78d35279f804c7836edb1604306872 Mon Sep 17 00:00:00 2001 From: tibbi Date: Thu, 12 Apr 2018 21:11:47 +0200 Subject: [PATCH] update commons to 3.18.22 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index d81faa2f8..c31c9fe8e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -46,7 +46,7 @@ ext { } dependencies { - implementation 'com.simplemobiletools:commons:3.18.21' + implementation 'com.simplemobiletools:commons:3.18.22' 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'