From 4b281635c281bbd3c6545753d0447f3a9ab302ca Mon Sep 17 00:00:00 2001 From: tibbi Date: Tue, 30 May 2023 12:16:42 +0200 Subject: [PATCH] updating commons, related to #598 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 0b68881a..8fbf76b4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -62,7 +62,7 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:d5fb6603e3' + implementation 'com.github.SimpleMobileTools:Simple-Commons:a9c3e454da' implementation 'com.github.tibbi:IndicatorFastScroll:4524cd0b61' implementation 'me.grantland:autofittextview:0.2.1' }