From 7c54b75ab2fa7504d58e7086942d3220c72fe732 Mon Sep 17 00:00:00 2001 From: tibbi Date: Mon, 5 Feb 2018 00:13:43 +0100 Subject: [PATCH] update commons to 3.9.12 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 887cf5555..8489c2e55 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -46,7 +46,7 @@ ext { } dependencies { - implementation 'com.simplemobiletools:commons:3.9.11' + implementation 'com.simplemobiletools:commons:3.9.12' 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'