From fda88669e7a2ed59bc5c1166f453fc5d4fc1ae74 Mon Sep 17 00:00:00 2001 From: tibbi Date: Tue, 11 Oct 2022 09:53:50 +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 96ffcacb..3297a02f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -63,7 +63,7 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:2e9ca234a7' + implementation 'com.github.SimpleMobileTools:Simple-Commons:78b27e9f16' implementation 'androidx.documentfile:documentfile:1.0.1' implementation "androidx.exifinterface:exifinterface:1.3.4" implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.5.1"