From 348a19657ed1fea4209e768defa11e3aa80dd19b Mon Sep 17 00:00:00 2001 From: tibbi Date: Sat, 18 Mar 2017 20:22:14 +0100 Subject: [PATCH] update commons to 2.13.0 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 29504d2b..9e9fe8c0 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -32,7 +32,7 @@ android { } dependencies { - compile 'com.simplemobiletools:commons:2.12.9' + compile 'com.simplemobiletools:commons:2.13.0' compile 'com.bignerdranch.android:recyclerview-multiselect:0.2' compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" }