From aaebab506604779d077324c9c49d2b0e446740c5 Mon Sep 17 00:00:00 2001 From: tibbi Date: Sat, 20 Feb 2021 19:52:15 +0100 Subject: [PATCH] update commons to 5.33.35 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 48f55ff..3cf3a80 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -57,6 +57,6 @@ android { } dependencies { - implementation 'com.simplemobiletools:commons:5.33.34' + implementation 'com.simplemobiletools:commons:5.33.35' implementation "androidx.print:print:1.0.0" }