From f65d5a670733c312ad089fc8f9351de84faab2f6 Mon Sep 17 00:00:00 2001 From: tibbi Date: Thu, 14 Oct 2021 20:57:10 +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 85acdb148..8666b8b2f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -63,7 +63,7 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:cad50847e3' + implementation 'com.github.SimpleMobileTools:Simple-Commons:5079455be9' implementation 'joda-time:joda-time:2.10.3' implementation 'androidx.multidex:multidex:2.0.1' implementation 'androidx.constraintlayout:constraintlayout:2.1.1'