From eac6cfb4f61f5a6e3cf3562b7ef533736fea31b0 Mon Sep 17 00:00:00 2001 From: tibbi Date: Wed, 9 Feb 2022 18:49:29 +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 9537850f4..168f44da9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -69,7 +69,7 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:fb636d1297' + implementation 'com.github.SimpleMobileTools:Simple-Commons:f84b3a7e61' implementation 'androidx.multidex:multidex:2.0.1' implementation 'androidx.constraintlayout:constraintlayout:2.1.3' implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'