From 60a17c7b4692fd2bb435965187ff5373df193ff2 Mon Sep 17 00:00:00 2001 From: tibbi Date: Tue, 9 Jan 2018 10:34:37 +0100 Subject: [PATCH] update commons to 3.6.13 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index ae1ceb7b4..ba8ea7f0d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -42,7 +42,7 @@ ext { } dependencies { - implementation 'com.simplemobiletools:commons:3.6.12' + implementation 'com.simplemobiletools:commons:3.6.13' 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'