From b8eb15909bb6c70466259f5f8b24e4e7fda4c211 Mon Sep 17 00:00:00 2001 From: tibbi Date: Sun, 31 Jul 2022 15:16:50 +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 44b8ba05..e3d772d9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -62,7 +62,7 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:7f819f8a75' + implementation 'com.github.SimpleMobileTools:Simple-Commons:008713a42b' implementation 'com.github.tibbi:IndicatorFastScroll:4524cd0b61' implementation 'me.grantland:autofittextview:0.2.1' }