From 5e9a4589ecd2357d9c1880c0d98c863634631e0c Mon Sep 17 00:00:00 2001 From: tibbi Date: Thu, 15 Mar 2018 17:24:05 +0100 Subject: [PATCH] fix #692, update commons to 3.16.1 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 26547e3f3..8d84e7283 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -46,7 +46,7 @@ ext { } dependencies { - implementation 'com.simplemobiletools:commons:3.16.0' + implementation 'com.simplemobiletools:commons:3.16.1' 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'