From 3f40182491d0b36d217e673e525b1a3dbc11f3a8 Mon Sep 17 00:00:00 2001 From: tibbi Date: Tue, 21 Mar 2023 18:27:28 +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 25bc7448..97160798 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -62,7 +62,7 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:136962b0cd' + implementation 'com.github.SimpleMobileTools:Simple-Commons:557eea6808' implementation 'com.github.tibbi:IndicatorFastScroll:4524cd0b61' implementation 'me.grantland:autofittextview:0.2.1' }