From 2815244f580bcef364b4283dcb87a7054fd09ca0 Mon Sep 17 00:00:00 2001 From: tibbi Date: Sat, 25 Mar 2017 11:29:04 +0100 Subject: [PATCH] update commons to 2.14.2 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index e98f50684..25370c0e7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -32,7 +32,7 @@ android { } dependencies { - compile 'com.simplemobiletools:commons:2.14.1' + compile 'com.simplemobiletools:commons:2.14.2' compile 'com.theartofdev.edmodo:android-image-cropper:2.3.1' compile 'com.bignerdranch.android:recyclerview-multiselect:0.2' compile 'com.google.code.gson:gson:2.8.0'