From 6f84478bfa1dedb149548d80b828e821f92db331 Mon Sep 17 00:00:00 2001 From: tibbi Date: Mon, 19 Feb 2018 23:10:01 +0100 Subject: [PATCH] update commons to 3.12.11 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index b4d27725e..d535e90f5 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -46,7 +46,7 @@ ext { } dependencies { - implementation 'com.simplemobiletools:commons:3.12.7' + implementation 'com.simplemobiletools:commons:3.12.11' 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'