From 9e04ece10c1cc8933c95b9dfee9c9d4b0211281a Mon Sep 17 00:00:00 2001 From: tibbi Date: Mon, 6 Dec 2021 10:12:48 +0100 Subject: [PATCH] updating commons --- app/build.gradle | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 8bbda6498..d507c84f2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -63,8 +63,7 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:d62d81ca97' - implementation 'joda-time:joda-time:2.10.3' + implementation 'com.github.SimpleMobileTools:Simple-Commons:f0df990823' implementation 'androidx.multidex:multidex:2.0.1' implementation 'androidx.constraintlayout:constraintlayout:2.1.2' implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'