From 100238f549388f0897f93dd5619d5ff25ce38221 Mon Sep 17 00:00:00 2001 From: tibbi Date: Sat, 18 Mar 2017 20:21:49 +0100 Subject: [PATCH] update commons to 2.13.0 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index c29780173..2d5131c5d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -32,7 +32,7 @@ android { } dependencies { - compile 'com.simplemobiletools:commons:2.12.9' + compile 'com.simplemobiletools:commons:2.13.0' 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'