From 64957b0c61cbc4105aaa932091b945075490d953 Mon Sep 17 00:00:00 2001 From: tibbi Date: Mon, 29 Jan 2018 16:23:29 +0100 Subject: [PATCH] update commons to 3.9.4 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 5f77688e3..45a3d649c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -43,7 +43,7 @@ ext { } dependencies { - implementation 'com.simplemobiletools:commons:3.8.15' + implementation 'com.simplemobiletools:commons:3.9.4' 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'