From c428b364f4003ead5a10c8c9e0d8add32920c4ba Mon Sep 17 00:00:00 2001 From: tibbi Date: Sun, 13 Oct 2019 21:31:40 +0200 Subject: [PATCH] update commons to 5.18.12 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 7fe8d7491..99ce8d648 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -62,7 +62,7 @@ android { } dependencies { - implementation 'com.simplemobiletools:commons:5.18.11' + implementation 'com.simplemobiletools:commons:5.18.12' implementation 'com.theartofdev.edmodo:android-image-cropper:2.8.0' implementation 'androidx.multidex:multidex:2.0.1' implementation 'it.sephiroth.android.exif:library:1.0.1'