From cc3c953a3ec3be0e7c5b44d751dfb01a366b1824 Mon Sep 17 00:00:00 2001 From: tibbi Date: Wed, 4 Apr 2018 16:39:59 +0200 Subject: [PATCH] update commons to 3.18.0 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 08786f1..009e775 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -42,7 +42,7 @@ android { } dependencies { - implementation 'com.simplemobiletools:commons:3.17.24' + implementation 'com.simplemobiletools:commons:3.18.0' implementation 'com.facebook.stetho:stetho:1.5.0' implementation 'com.android.support:multidex:1.0.3' }