From 0c7c2b2ed4f0b8f75c6bec7c58c97ab98d08c861 Mon Sep 17 00:00:00 2001 From: tibbi Date: Sat, 27 Nov 2021 11:27:37 +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 9387eedbb..e0f1f2795 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -63,7 +63,7 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:3b96b27e70' + implementation 'com.github.SimpleMobileTools:Simple-Commons:d62d81ca97' implementation 'joda-time:joda-time:2.10.3' implementation 'androidx.multidex:multidex:2.0.1' implementation 'androidx.constraintlayout:constraintlayout:2.1.2'