From ebd8ecf7a3894dd69b343c7eed064d42bbb7b347 Mon Sep 17 00:00:00 2001 From: tibbi Date: Fri, 11 Nov 2022 23:39:19 +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 e439ab77..76f22adb 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -62,7 +62,7 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:449f554c76' + implementation 'com.github.SimpleMobileTools:Simple-Commons:e5f2606198' implementation 'com.github.tibbi:IndicatorFastScroll:4524cd0b61' implementation 'me.grantland:autofittextview:0.2.1' }