From 3daeb06c282929cb0ec3a1bdebc148eb1f628c3d Mon Sep 17 00:00:00 2001 From: tibbi Date: Tue, 22 Sep 2020 23:17:06 +0200 Subject: [PATCH] update commons to 5.30.12 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 774ad20b6..3ee9d5195 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -77,7 +77,7 @@ android { } dependencies { - implementation 'com.simplemobiletools:commons:5.30.5' + implementation 'com.simplemobiletools:commons:5.30.12' implementation 'com.theartofdev.edmodo:android-image-cropper:2.8.0' implementation 'it.sephiroth.android.exif:library:1.0.1' implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.19'