From 470a0c5ea2d43bb71407abda25cace91bf526ef5 Mon Sep 17 00:00:00 2001 From: tibbi Date: Sun, 22 Apr 2018 23:46:57 +0200 Subject: [PATCH] update commons to 3.19.9 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index c213f75b6..18ab2bf1a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -47,7 +47,7 @@ ext { } dependencies { - implementation 'com.simplemobiletools:commons:3.19.8' + implementation 'com.simplemobiletools:commons:3.19.9' 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'