From c07ccefc7a948f21e922e5f6a2083d34102afd72 Mon Sep 17 00:00:00 2001 From: tibbi Date: Thu, 18 Nov 2021 16:23:35 +0100 Subject: [PATCH] updating commons --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index e7da8848..9c22b072 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -56,7 +56,7 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:f86699e092' + implementation 'com.github.SimpleMobileTools:Simple-Commons:6cc19172f0' implementation 'joda-time:joda-time:2.10.3' implementation 'com.googlecode.ez-vcard:ez-vcard:0.10.5' implementation 'com.github.tibbi:IndicatorFastScroll:c3de1d040a'