From 5e1076357c5a92b6a99b33546716dbe0c28b20c2 Mon Sep 17 00:00:00 2001 From: tibbi Date: Mon, 17 Apr 2017 22:38:27 +0200 Subject: [PATCH] update commons to 2.16.9 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 27e36e01f..19215027c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -32,7 +32,7 @@ android { } dependencies { - compile 'com.simplemobiletools:commons:2.16.8' + compile 'com.simplemobiletools:commons:2.16.9' 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'