From 7817dcda52db8aba110c15b7d56c9f1a941d36ad Mon Sep 17 00:00:00 2001 From: tibbi Date: Sun, 14 May 2023 23:09:30 +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 9773f40b..37309466 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -63,7 +63,7 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:8a1114e683' + implementation 'com.github.SimpleMobileTools:Simple-Commons:667377575e' implementation 'androidx.documentfile:documentfile:1.0.1' implementation "androidx.exifinterface:exifinterface:1.3.5" implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.5.1"