From 9dbac10871f83db3830469eb5e93b1680a0278e2 Mon Sep 17 00:00:00 2001 From: tibbi Date: Sun, 20 Feb 2022 17:23:01 +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 920172cf4..210ab1f63 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -69,7 +69,7 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:7e3374977a' + implementation 'com.github.SimpleMobileTools:Simple-Commons:43cdaa1296' implementation 'androidx.multidex:multidex:2.0.1' implementation 'androidx.constraintlayout:constraintlayout:2.1.3' implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'