From 3a2cdd40c43b8e10ba07affe59b8fd2cac6908f5 Mon Sep 17 00:00:00 2001 From: tibbi Date: Sun, 22 Jan 2017 17:39:28 +0100 Subject: [PATCH] update commons to 2.4.6 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 9cd68df7c..5c307037a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -32,7 +32,7 @@ android { } dependencies { - compile 'com.simplemobiletools:commons:2.4.3' + compile 'com.simplemobiletools:commons:2.4.6' compile 'com.davemorrissey.labs:subsampling-scale-image-view:3.6.0' compile 'com.theartofdev.edmodo:android-image-cropper:2.3.1' compile 'com.bignerdranch.android:recyclerview-multiselect:0.2'