From c8b25081868d576cc070b0cfd75f58a0c18d1dad Mon Sep 17 00:00:00 2001 From: tibbi Date: Wed, 11 Jan 2023 10:06:17 +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 379ccd7eb..9b3ee54a3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -70,7 +70,7 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:4dc76358a0' + implementation 'com.github.SimpleMobileTools:Simple-Commons:4e061a7681' implementation 'androidx.multidex:multidex:2.0.1' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'