From b750b17ce6aa33a07dc59945a800fc65d188ecdc Mon Sep 17 00:00:00 2001 From: tibbi Date: Sat, 25 Feb 2017 16:20:29 +0100 Subject: [PATCH] update commons to 2.7.2 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 8a1a2bba3..8ffaef2fd 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -32,7 +32,7 @@ android { } dependencies { - compile 'com.simplemobiletools:commons:2.7.1' + compile 'com.simplemobiletools:commons:2.7.2' 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'