From 9366db12ce592ebee789822d6cd71a4f2ed1dcc8 Mon Sep 17 00:00:00 2001 From: tibbi Date: Sat, 24 Feb 2018 23:46:44 +0100 Subject: [PATCH] update commons to 3.13.6 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 0f3fcb483..30cfc7400 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -46,7 +46,7 @@ ext { } dependencies { - implementation 'com.simplemobiletools:commons:3.13.4' + implementation 'com.simplemobiletools:commons:3.13.6' implementation 'com.theartofdev.edmodo:android-image-cropper:2.6.0' implementation 'com.android.support:multidex:1.0.2' implementation 'com.google.code.gson:gson:2.8.2'