From 4de1b7df37fce4421e0981e8e547d07c6068cb23 Mon Sep 17 00:00:00 2001 From: tibbi Date: Mon, 11 Oct 2021 18:05:03 +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 25d8c1b14..e2f5d5bbe 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -63,7 +63,7 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:ea206806fc' + implementation 'com.github.SimpleMobileTools:Simple-Commons:d7d18ce558' implementation 'joda-time:joda-time:2.10.3' implementation 'androidx.multidex:multidex:2.0.1' implementation 'androidx.constraintlayout:constraintlayout:2.1.1'