From 4d38f054f78c28f99c0244ca36a4a9b3745ebc7e Mon Sep 17 00:00:00 2001 From: tibbi Date: Mon, 6 Mar 2017 00:17:15 +0100 Subject: [PATCH] update commons to 2.8.8 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 0c2e59730..63373157b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -32,7 +32,7 @@ android { } dependencies { - compile 'com.simplemobiletools:commons:2.8.7' + compile 'com.simplemobiletools:commons:2.8.8' 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'