From 824865af11dae1a99908eafcbf467f2ce760d0f0 Mon Sep 17 00:00:00 2001 From: tibbi Date: Sat, 10 Jun 2023 15:40:33 +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 fa2755e9b..8729c2025 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -70,7 +70,7 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:79c7cde543' + implementation 'com.github.SimpleMobileTools:Simple-Commons:8da9e09034' implementation 'androidx.multidex:multidex:2.0.1' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'