From e706e0ee4f08cb2c3006ee29adbc5fa46bfab354 Mon Sep 17 00:00:00 2001 From: Naveen Date: Sun, 6 Nov 2022 18:08:04 +0530 Subject: [PATCH] Update commons lib and strings --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 7b4053ea..b3d42047 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -63,7 +63,7 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:63ee2676f5' + implementation 'com.github.SimpleMobileTools:Simple-Commons:30842aca5e' implementation 'org.greenrobot:eventbus:3.3.1' implementation 'com.github.tibbi:IndicatorFastScroll:4524cd0b61' implementation 'com.github.tibbi:android-smsmms:3581774c39'