From 50af6a428e2ee90a08749dbdfc27638ed0294220 Mon Sep 17 00:00:00 2001 From: tibbi Date: Fri, 23 Mar 2018 10:14:08 +0100 Subject: [PATCH] update commons to 3.16.15 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 429c0cd52..b22a899ca 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -46,7 +46,7 @@ ext { } dependencies { - implementation 'com.simplemobiletools:commons:3.16.14' + implementation 'com.simplemobiletools:commons:3.16.15' implementation 'com.theartofdev.edmodo:android-image-cropper:2.6.0' implementation 'com.android.support:multidex:1.0.3' implementation 'com.google.code.gson:gson:2.8.2'