From 2a5f4d2e5546b4d8fb87024f7ced666c1c8695e3 Mon Sep 17 00:00:00 2001 From: tibbi Date: Thu, 5 Jan 2017 20:02:25 +0100 Subject: [PATCH] update commons to 2.1.6 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index d7f3379e3..8ec56c51c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -32,7 +32,7 @@ android { } dependencies { - compile 'com.simplemobiletools:commons:2.1.5' + compile 'com.simplemobiletools:commons:2.1.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'