From b6da87f39182e40819b8d3fc1c82fe47d630836f Mon Sep 17 00:00:00 2001 From: Naveen Date: Fri, 28 Oct 2022 23:47:40 +0530 Subject: [PATCH] Update simple-commons --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 3fcb4343..e439ab77 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -62,7 +62,7 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:5d3439cd6b' + implementation 'com.github.SimpleMobileTools:Simple-Commons:449f554c76' implementation 'com.github.tibbi:IndicatorFastScroll:4524cd0b61' implementation 'me.grantland:autofittextview:0.2.1' }