From e603fc70b13a6d7e83c850edfddf8599a899e075 Mon Sep 17 00:00:00 2001 From: fatih ergin Date: Tue, 25 Jul 2023 10:10:16 +0300 Subject: [PATCH] update SimpleCommons ref --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 570f265a..0591c0a4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -63,7 +63,7 @@ android { } dependencies { - implementation 'com.github.fatihergin:Simple-Commons:db3c379ac2' // TODO: replace it with SimpleMobileTools after merging the Commons PR + implementation 'com.github.SimpleMobileTools:Simple-Commons:a113438b6b' implementation 'androidx.documentfile:documentfile:1.0.1' implementation "androidx.exifinterface:exifinterface:1.3.5" implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.5.1"