From 37a5443bfc0d27eeabeba068cc87cd61da3f9ea1 Mon Sep 17 00:00:00 2001 From: tibbi Date: Wed, 2 Feb 2022 20:03:08 +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 145fd54..b9ca80d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -62,7 +62,7 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:a8b9cfb985' + implementation 'com.github.SimpleMobileTools:Simple-Commons:6674d0167a' implementation 'androidx.multidex:multidex:2.0.1' implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0' }