From 6a5f53c5368faf13504f6ad5770a92f4da4e823f Mon Sep 17 00:00:00 2001 From: tibbi Date: Thu, 30 Nov 2017 20:56:33 +0100 Subject: [PATCH] update commons to 3.0.13 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index a08b9bb68..dc94e81e3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -47,7 +47,7 @@ ext { } dependencies { - implementation 'com.simplemobiletools:commons:3.0.12' + implementation 'com.simplemobiletools:commons:3.0.13' implementation 'com.davemorrissey.labs:subsampling-scale-image-view:3.8.0' implementation 'com.theartofdev.edmodo:android-image-cropper:2.4.0' implementation 'com.android.support:multidex:1.0.2'