From 52645539f793e8584bd00ee080c92ef157e99129 Mon Sep 17 00:00:00 2001 From: tibbi Date: Wed, 19 Apr 2023 16:06:10 +0200 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 48e1de8c..4fd86e9b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -62,7 +62,7 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:925e7f9bd7' + implementation 'com.github.SimpleMobileTools:Simple-Commons:ee2e127758' implementation 'com.github.tibbi:IndicatorFastScroll:4524cd0b61' implementation 'me.grantland:autofittextview:0.2.1' }