From 9efe11a7692db3c5154b71ff1f51e0c599369b18 Mon Sep 17 00:00:00 2001 From: tibbi Date: Tue, 27 Dec 2016 18:56:49 +0100 Subject: [PATCH] update Commons to 2.0.0 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 1d6ac8ca6..effcb634a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -32,7 +32,7 @@ android { } dependencies { - compile 'com.simplemobiletools:commons:1.2.6' + compile 'com.simplemobiletools:commons:2.0.0' 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'