From f646d4e5b267aac6279891e042a501eec3130fdb Mon Sep 17 00:00:00 2001 From: tibbi Date: Wed, 5 May 2021 10:17:58 +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 01094e86a..7ce42cd3c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -63,7 +63,7 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:df6a5a10ab' + implementation 'com.github.SimpleMobileTools:Simple-Commons:a32e3e91db' implementation 'joda-time:joda-time:2.10.3' implementation 'androidx.multidex:multidex:2.0.1' implementation 'androidx.constraintlayout:constraintlayout:2.0.4'