From 89da8dbbdedf1d8ed135a3b9be9004ef58987cc8 Mon Sep 17 00:00:00 2001 From: tibbi Date: Tue, 21 Jan 2020 23:30:53 +0100 Subject: [PATCH] update commons to 5.21.27 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 17c28582..ab36e701 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -57,7 +57,7 @@ android { } dependencies { - implementation 'com.simplemobiletools:commons:5.21.24' + implementation 'com.simplemobiletools:commons:5.21.27' implementation 'joda-time:joda-time:2.10.1' implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta2' implementation 'com.googlecode.ez-vcard:ez-vcard:0.10.5'