From 7730baff130eef55211ed27df8028d9bf17cfd5d Mon Sep 17 00:00:00 2001 From: tibbi Date: Fri, 7 Apr 2023 18:03:01 +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 b64191de..dce23ea2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -62,7 +62,7 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:469df84c87' + implementation 'com.github.SimpleMobileTools:Simple-Commons:0c4d9860a6' implementation 'com.github.tibbi:IndicatorFastScroll:4524cd0b61' implementation 'me.grantland:autofittextview:0.2.1' }