From adacdc5412365e59938b544d65c6066036af1071 Mon Sep 17 00:00:00 2001 From: tibbi Date: Mon, 17 Jul 2023 20:43:32 +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 81d59ff3..e4ba8076 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -66,7 +66,7 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:603a8da576' + implementation 'com.github.SimpleMobileTools:Simple-Commons:f737f6c38b' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'androidx.documentfile:documentfile:1.0.1'