From e1af5c962412d5bfd6387776281a28ed8da2ddad Mon Sep 17 00:00:00 2001 From: Naveen Date: Sat, 6 May 2023 23:26:11 +0530 Subject: [PATCH] Update simple-commons library --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 25634f6da..5e367f4a8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -70,7 +70,7 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:5d5e4e1ac5' + implementation 'com.github.SimpleMobileTools:Simple-Commons:5a860f5e21' implementation 'androidx.multidex:multidex:2.0.1' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'