From 26584b68b532f6e3b61fdfd9d05a5b5bca261e08 Mon Sep 17 00:00:00 2001 From: tibbi Date: Mon, 7 Jan 2019 23:11:20 +0100 Subject: [PATCH] update commons to 5.6.6 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 4eacbc14c..b4dbfed88 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -52,7 +52,7 @@ android { } dependencies { - implementation 'com.simplemobiletools:commons:5.6.5' + implementation 'com.simplemobiletools:commons:5.6.6' implementation 'joda-time:joda-time:2.10.1' implementation 'androidx.multidex:multidex:2.0.1'