From b4e85e4ec3b30c8fb95e7c7e7b6d315f0e487671 Mon Sep 17 00:00:00 2001 From: tibbi Date: Sun, 2 Jul 2023 10:47:12 +0200 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 e781b11e0..3efbdff8a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -70,7 +70,7 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:6f69c8c105' + implementation 'com.github.SimpleMobileTools:Simple-Commons:7176c52fd8' implementation 'androidx.multidex:multidex:2.0.1' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'