From 6c3a4318900bd494ad5821ab42f2047e353aebe0 Mon Sep 17 00:00:00 2001 From: tibbi Date: Sat, 8 Apr 2023 14:43:17 +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 ed426dfd9..08ccf31b7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -70,7 +70,7 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:36efd1c355' + implementation 'com.github.SimpleMobileTools:Simple-Commons:0c4d9860a6' implementation 'androidx.multidex:multidex:2.0.1' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'