From 63cb468a79bc535850918d7fae3c5f586fabeccc Mon Sep 17 00:00:00 2001 From: tibbi Date: Tue, 7 Feb 2023 19:05:26 +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 e3049ab2..55709730 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -63,7 +63,7 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:3aade6f350' + implementation 'com.github.SimpleMobileTools:Simple-Commons:d0ea181610' implementation 'androidx.documentfile:documentfile:1.0.1' implementation "androidx.exifinterface:exifinterface:1.3.5" implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.5.1"