From 3a52da700d4505d9208a6da62213b8879306c228 Mon Sep 17 00:00:00 2001 From: tibbi Date: Mon, 26 Dec 2016 22:53:55 +0100 Subject: [PATCH] update commons to 1.2.3 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 67b2acbe4..127ae1bc9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -32,7 +32,7 @@ android { } dependencies { - compile 'com.simplemobiletools:commons:1.2.1' + compile 'com.simplemobiletools:commons:1.2.3' 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'