From 48fc96158da0414425857c228da3819c36e6b1b6 Mon Sep 17 00:00:00 2001 From: tibbi Date: Thu, 6 Oct 2022 18:41:03 +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 9d26fbfc..7245d410 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -63,7 +63,7 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:e93092b380' + implementation 'com.github.SimpleMobileTools:Simple-Commons:02ac8df059' implementation 'androidx.documentfile:documentfile:1.0.1' implementation "androidx.exifinterface:exifinterface:1.3.3" implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.5.1"