From cc72df7f525ed96636cbe09fea291bb40ca4e0d5 Mon Sep 17 00:00:00 2001 From: tibbi Date: Wed, 4 Jan 2023 16:37:08 +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 82d53a69..3abb0575 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -62,7 +62,7 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:d46d16ced5' + implementation 'com.github.SimpleMobileTools:Simple-Commons:db6122327f' implementation 'com.github.tibbi:IndicatorFastScroll:4524cd0b61' implementation 'me.grantland:autofittextview:0.2.1' }