From c543cc785b36fcb365cd018439eff6d1a460938b Mon Sep 17 00:00:00 2001 From: Mahendra Liya Date: Tue, 23 May 2023 22:15:11 +0530 Subject: [PATCH] refactor: update Simple-Commons hash --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index a5634cfd..0b68881a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -62,7 +62,7 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:8a1114e683' + implementation 'com.github.SimpleMobileTools:Simple-Commons:d5fb6603e3' implementation 'com.github.tibbi:IndicatorFastScroll:4524cd0b61' implementation 'me.grantland:autofittextview:0.2.1' }