From 61582c2c21d8f7b59d4cf29c4c92107bdd7b2502 Mon Sep 17 00:00:00 2001 From: tibbi Date: Tue, 7 Jul 2020 14:46:41 +0200 Subject: [PATCH] update commons to 5.29.14 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 6216e986..07b4c672 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -57,7 +57,7 @@ android { } dependencies { - implementation 'com.simplemobiletools:commons:5.29.10' + implementation 'com.simplemobiletools:commons:5.29.14' implementation 'joda-time:joda-time:2.10.1' implementation 'com.googlecode.ez-vcard:ez-vcard:0.10.5' implementation 'com.github.tibbi:IndicatorFastScroll:08f512858a'