From 3cd3f704339d29b4872598e85b3349ac5f063c51 Mon Sep 17 00:00:00 2001 From: tibbi Date: Sun, 12 Feb 2017 20:04:10 +0100 Subject: [PATCH] update commons to 2.5.18 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 9bf5ee6d0..f0ecccd64 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,7 +10,7 @@ android { applicationId "com.simplemobiletools.gallery" minSdkVersion 16 targetSdkVersion 25 - versionCode 69 + versionCode 70 versionName "2.3.8" } @@ -32,7 +32,7 @@ android { } dependencies { - compile 'com.simplemobiletools:commons:2.5.15' + compile 'com.simplemobiletools:commons:2.5.18' 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'