From da1dc9c1b4c38abb52c1caafccfce74b7caeb4e3 Mon Sep 17 00:00:00 2001 From: tibbi Date: Sat, 14 Jan 2017 23:45:07 +0100 Subject: [PATCH] close #134, display some EXIF info at photo properties --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index ea032b188..1806d751d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -32,7 +32,7 @@ android { } dependencies { - compile 'com.simplemobiletools:commons:2.3.5' + compile 'com.simplemobiletools:commons:2.3.8' compile 'com.davemorrissey.labs:subsampling-scale-image-view:3.6.0' compile 'com.theartofdev.edmodo:android-image-cropper:2.3.1' compile 'com.bignerdranch.android:recyclerview-multiselect:0.2'