From 78e0ef35526c56f336b61ae75adabe4f8c4337bd Mon Sep 17 00:00:00 2001 From: tibbi Date: Sun, 14 May 2017 13:08:57 +0200 Subject: [PATCH] fix #239, update Commons to properly display copy/move toast messages --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 86f9810ba..605ba0673 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -32,7 +32,7 @@ android { } dependencies { - compile 'com.simplemobiletools:commons:2.17.6' + compile 'com.simplemobiletools:commons:2.17.8' compile 'com.davemorrissey.labs:subsampling-scale-image-view:3.6.0' compile 'com.theartofdev.edmodo:android-image-cropper:2.4.0' compile 'com.bignerdranch.android:recyclerview-multiselect:0.2'