From ec3b4bd728437f42e7872679fa10301a08200d59 Mon Sep 17 00:00:00 2001 From: tibbi Date: Wed, 14 Jun 2023 22:31:57 +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 4a5aed79..40f45fb6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -63,7 +63,7 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:79c7cde543' + implementation 'com.github.SimpleMobileTools:Simple-Commons:6ceb75dcdd' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'androidx.documentfile:documentfile:1.0.1'