From a172d893bcc42aa4072eca89b22160869489f427 Mon Sep 17 00:00:00 2001 From: tibbi Date: Sun, 21 Nov 2021 21:14:07 +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 26c2c7b6..4d44f5af 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -55,6 +55,6 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:6cc19172f0' + implementation 'com.github.SimpleMobileTools:Simple-Commons:307941253d' implementation 'com.github.tibbi:IndicatorFastScroll:c3de1d040a' }