From 3d7f14039bc1d94873cf718f9d97f23680909bd9 Mon Sep 17 00:00:00 2001 From: tibbi Date: Thu, 22 Feb 2018 21:06:00 +0100 Subject: [PATCH] update commons to 3.12.20 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 8c00a793..42cdc704 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -45,7 +45,7 @@ ext { } dependencies { - implementation 'com.simplemobiletools:commons:3.12.16' + implementation 'com.simplemobiletools:commons:3.12.20' implementation 'joda-time:joda-time:2.9.9' implementation 'com.facebook.stetho:stetho:1.5.0' implementation 'com.google.code.gson:gson:2.8.2'