From 1cedf605bea837d230390af97ebc6869448066c0 Mon Sep 17 00:00:00 2001 From: tibbi Date: Tue, 17 Jan 2023 12:58:22 +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 684319ab1..576fc844a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -70,7 +70,7 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:ef4829a3dc' + implementation 'com.github.SimpleMobileTools:Simple-Commons:b86e5fbc6a' implementation 'androidx.multidex:multidex:2.0.1' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'