From aea572c246122df7eacd4ba1b07487eae92177d5 Mon Sep 17 00:00:00 2001 From: tibbi Date: Wed, 14 Sep 2022 11:41:26 +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 12517af0..55e22d53 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -62,7 +62,7 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:15c753bd01' + implementation 'com.github.SimpleMobileTools:Simple-Commons:28a2a4ad46' implementation 'com.github.tibbi:IndicatorFastScroll:4524cd0b61' implementation 'me.grantland:autofittextview:0.2.1' }