From ec22c274dd4466ef3a67f6fa8563b73459765326 Mon Sep 17 00:00:00 2001 From: tibbi Date: Mon, 29 May 2017 20:55:10 +0200 Subject: [PATCH] update Commons to 2.19.0 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 9227a4bc9..f35ddec06 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -32,7 +32,7 @@ android { } dependencies { - compile 'com.simplemobiletools:commons:2.18.9' + compile 'com.simplemobiletools:commons:2.19.0' 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'