From e9131cabe50952c57ee63e228cce98ef02f0a37d Mon Sep 17 00:00:00 2001 From: Andrii Chubko Date: Fri, 27 Aug 2021 13:08:22 +0100 Subject: [PATCH] Update commons library version --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 67870bf0..ff0cb43f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -56,7 +56,7 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:dc3f4b619e' + implementation 'com.github.SimpleMobileTools:Simple-Commons:8979ca8187' implementation 'androidx.constraintlayout:constraintlayout:2.1.0' implementation 'androidx.documentfile:documentfile:1.0.1'