From 421e7b56f0ccf64771b0d13da71f3a0f2f18e30d Mon Sep 17 00:00:00 2001 From: tibbi Date: Wed, 28 Dec 2016 20:20:46 +0100 Subject: [PATCH] update Commons to 2.0.7 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index a34421c03..37c936cd8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -32,7 +32,7 @@ android { } dependencies { - compile 'com.simplemobiletools:commons:2.0.6' + compile 'com.simplemobiletools:commons:2.0.7' compile 'com.davemorrissey.labs:subsampling-scale-image-view:3.6.0' compile 'com.theartofdev.edmodo:android-image-cropper:2.3.1' compile 'com.booking:rtlviewpager:1.0.1'