From 0325ea8b96c649552724bdd41b9e410b6c0b9f54 Mon Sep 17 00:00:00 2001 From: tibbi Date: Sun, 27 Feb 2022 23:35:38 +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 193aded05..a19782a01 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -69,7 +69,7 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:beac760389' + implementation 'com.github.SimpleMobileTools:Simple-Commons:e2a68e2cf9' implementation 'androidx.multidex:multidex:2.0.1' implementation 'androidx.constraintlayout:constraintlayout:2.1.3' implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'