From d40ac108e1a3e2772d62d21e5b2c52e3979c1494 Mon Sep 17 00:00:00 2001 From: tibbi Date: Thu, 16 Apr 2020 17:27:20 +0200 Subject: [PATCH] update commons to 5.25.22 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index d51b3fc5..dee69086 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -57,7 +57,7 @@ android { } dependencies { - implementation 'com.simplemobiletools:commons:5.25.21' + implementation 'com.simplemobiletools:commons:5.25.22' implementation 'joda-time:joda-time:2.10.1' implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta4' implementation 'com.googlecode.ez-vcard:ez-vcard:0.10.5'