From b8ee70f7ed833a24ea922a2fc59f282c22611c49 Mon Sep 17 00:00:00 2001 From: tibbi Date: Thu, 16 Mar 2017 20:14:43 +0100 Subject: [PATCH] update commons to 2.12.2 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index f90cfa558..bc540c805 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -32,7 +32,7 @@ android { } dependencies { - compile 'com.simplemobiletools:commons:2.11.4' + compile 'com.simplemobiletools:commons:2.12.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'