From 62cc28b19d247eff2461b78e9ada4fc9dfdc8b42 Mon Sep 17 00:00:00 2001 From: tibbi Date: Sun, 12 Dec 2021 10:51:21 +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 d507c84f2..c858c31bd 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -63,7 +63,7 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:f0df990823' + implementation 'com.github.SimpleMobileTools:Simple-Commons:5566a9d221' implementation 'androidx.multidex:multidex:2.0.1' implementation 'androidx.constraintlayout:constraintlayout:2.1.2' implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'