From 35f22dde268323601b1983f182b0a2b71d0b6fe5 Mon Sep 17 00:00:00 2001 From: tibbi Date: Tue, 12 Apr 2022 13:40:05 +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 6c5173199..641efe68e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -70,7 +70,7 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:69ac8d3f2f' + implementation 'com.github.SimpleMobileTools:Simple-Commons:e3376e4f56' implementation 'androidx.multidex:multidex:2.0.1' implementation 'androidx.constraintlayout:constraintlayout:2.1.3' implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'