From f8713c120855eefe75bca2a74d30766383ba0213 Mon Sep 17 00:00:00 2001 From: tibbi Date: Tue, 20 Feb 2018 20:31:45 +0100 Subject: [PATCH] update commons to 3.12.14 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 9c2198418..c8ce9331b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -46,7 +46,7 @@ ext { } dependencies { - implementation 'com.simplemobiletools:commons:3.12.13' + implementation 'com.simplemobiletools:commons:3.12.14' 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'