From 466fd29faa021d5224cd71b564054be05b75f202 Mon Sep 17 00:00:00 2001 From: tibbi Date: Thu, 21 Jan 2021 22:36:14 +0100 Subject: [PATCH] update commons to 5.33.8 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 9ed2cf94..fb496668 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -57,7 +57,7 @@ android { } dependencies { - implementation 'com.simplemobiletools:commons:5.33.7' + implementation 'com.simplemobiletools:commons:5.33.8' implementation 'androidx.constraintlayout:constraintlayout:2.0.4' implementation 'androidx.documentfile:documentfile:1.0.1'