From e9a5602a6d91fc8f3e04d07094f6c05379cc4382 Mon Sep 17 00:00:00 2001 From: tibbi Date: Sat, 27 Jan 2018 15:00:58 +0100 Subject: [PATCH] update commons to 3.8.10 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 29e3873d5..e9153e5ff 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -43,7 +43,7 @@ ext { } dependencies { - implementation 'com.simplemobiletools:commons:3.8.0' + implementation 'com.simplemobiletools:commons:3.8.10' implementation 'joda-time:joda-time:2.9.9' implementation 'com.facebook.stetho:stetho:1.5.0' implementation 'com.android.support:multidex:1.0.2'