From 9c0e0273c048a801c0942b2a2cae7aae39f63f80 Mon Sep 17 00:00:00 2001 From: tibbi Date: Fri, 4 Mar 2022 22:44:43 +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 5408789b..8fdd8e76 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -63,7 +63,7 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:101f2a180c' + implementation 'com.github.SimpleMobileTools:Simple-Commons:78bc75576d' implementation 'com.googlecode.ez-vcard:ez-vcard:0.11.3' implementation 'com.github.tibbi:IndicatorFastScroll:4524cd0b61' implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'