From 4a7822ed4548529d3243a12afb8d7a1a063f07d8 Mon Sep 17 00:00:00 2001 From: tibbi Date: Wed, 3 Nov 2021 23:15:01 +0100 Subject: [PATCH] updating commons once again --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 07161c2..1a845e8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -56,7 +56,7 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:6757db41bc' + implementation 'com.github.SimpleMobileTools:Simple-Commons:1bf231ddc2' implementation 'com.facebook.stetho:stetho:1.5.0' implementation 'androidx.multidex:multidex:2.0.1' implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'