From f3b835e602414b696ec540bb01102696fcc5b76d Mon Sep 17 00:00:00 2001 From: tibbi Date: Mon, 26 Dec 2022 10:35:59 +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 798dec91..944a004f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -63,7 +63,7 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:4caf4d52e8' + implementation 'com.github.SimpleMobileTools:Simple-Commons:3f2813db2e' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'androidx.documentfile:documentfile:1.0.1'