From 3c8965cec893879ec6295a60cfa5c3bfc238b16f Mon Sep 17 00:00:00 2001 From: tibbi Date: Thu, 12 Jan 2023 15:21:56 +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 91b83f66..b5965a6f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -62,7 +62,7 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:4dc76358a0' + implementation 'com.github.SimpleMobileTools:Simple-Commons:449b24c6a4' implementation 'com.github.tibbi:IndicatorFastScroll:4524cd0b61' implementation 'me.grantland:autofittextview:0.2.1' }