From 58eee25da58c2b5d5affe8ac9e667e7ab8403860 Mon Sep 17 00:00:00 2001 From: Nikola Trubitsyn Date: Sun, 18 Jun 2017 19:33:04 +0300 Subject: [PATCH] Update commons to 2.21.4 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 34af8c82..5caf801b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -32,7 +32,7 @@ android { } dependencies { - compile 'com.simplemobiletools:commons:2.20.2' + compile 'com.simplemobiletools:commons:2.21.4' compile 'com.facebook.stetho:stetho:1.4.1' compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" }