From 3572deadd6fa711b7bba6eff601080bf6d1b2723 Mon Sep 17 00:00:00 2001 From: tibbi Date: Sun, 26 Sep 2021 00:18:33 +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 5441907bd..a3cc49222 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -63,7 +63,7 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:03149a0586' + implementation 'com.github.SimpleMobileTools:Simple-Commons:3c6e3cd0fd' implementation 'joda-time:joda-time:2.10.3' implementation 'androidx.multidex:multidex:2.0.1' implementation 'androidx.constraintlayout:constraintlayout:2.1.0'