From 478323ff65ec0a189b1aa4d27bec07c9c22b5ff7 Mon Sep 17 00:00:00 2001 From: tibbi Date: Sat, 1 Dec 2018 12:05:21 +0100 Subject: [PATCH] fix #992, add support for sony raw ".arw" files --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 7083f1e4c..ec6e21146 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -57,7 +57,7 @@ android { } dependencies { - implementation 'com.simplemobiletools:commons:5.5.1' + implementation 'com.simplemobiletools:commons:5.5.2' implementation 'com.theartofdev.edmodo:android-image-cropper:2.8.0' implementation 'androidx.multidex:multidex:2.0.0' implementation 'it.sephiroth.android.exif:library:1.0.1'