From 3773ffffa195c5fc04dbbc78a63b5848c7b94d46 Mon Sep 17 00:00:00 2001 From: tibbi Date: Mon, 29 Jan 2018 00:07:30 +0100 Subject: [PATCH] update commons to 3.8.15 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 19eb2c665..0fbef5b6f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -43,7 +43,7 @@ ext { } dependencies { - implementation 'com.simplemobiletools:commons:3.8.12' + implementation 'com.simplemobiletools:commons:3.8.15' 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'