From c72b7bd9bd899e0b5d89cf58fd4a67ec1d554940 Mon Sep 17 00:00:00 2001 From: Andrii Chubko Date: Tue, 24 Aug 2021 20:05:28 +0300 Subject: [PATCH] Set correct commons dependency --- app/build.gradle | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 881e11e2..4d9e613c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -56,8 +56,7 @@ android { } dependencies { -// implementation 'com.github.SimpleMobileTools:Simple-Commons:c45f0d662a' - implementation 'com.github.qwertyfinger:Simple-Commons:615349768d' + implementation 'com.github.SimpleMobileTools:Simple-Commons:79c625cbe0' implementation 'androidx.constraintlayout:constraintlayout:2.1.0' implementation 'androidx.documentfile:documentfile:1.0.1'