From 94db44ae0ce5340b491adc8657770c21c873c51b Mon Sep 17 00:00:00 2001 From: tibbi Date: Fri, 19 Nov 2021 17:36:02 +0100 Subject: [PATCH] updating commons and ez-vcard --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 05e3651b..a09d5b32 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -56,9 +56,9 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:6cc19172f0' + implementation 'com.github.SimpleMobileTools:Simple-Commons:307941253d' implementation 'joda-time:joda-time:2.10.3' - implementation 'com.googlecode.ez-vcard:ez-vcard:0.10.5' + implementation 'com.googlecode.ez-vcard:ez-vcard:0.11.3' implementation 'com.github.tibbi:IndicatorFastScroll:c3de1d040a' implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'