From f3d026cef4a6231799744ad3f4fe7f5157d530fc Mon Sep 17 00:00:00 2001 From: tibbi Date: Sun, 18 Apr 2021 22:44:36 +0200 Subject: [PATCH] updating commons --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index bdc1f8b69..4df7e8129 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -78,7 +78,7 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:4c93c0a510' + implementation 'com.github.SimpleMobileTools:Simple-Commons:99a97f2e16' 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.22'