From 630e4e11b8cf96b18172863ad3b96bb15a1b0f16 Mon Sep 17 00:00:00 2001 From: tibbi Date: Sun, 28 May 2017 23:59:38 +0200 Subject: [PATCH] update commons to 2.18.8 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index a8b99fcb8..b39eaf4aa 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -32,7 +32,7 @@ android { } dependencies { - compile 'com.simplemobiletools:commons:2.18.5' + compile 'com.simplemobiletools:commons:2.18.8' compile 'com.davemorrissey.labs:subsampling-scale-image-view:3.6.0' compile 'com.theartofdev.edmodo:android-image-cropper:2.4.0' compile 'com.bignerdranch.android:recyclerview-multiselect:0.2'