From 18ab9b2968415c8f385c01d04f907afd123f264e Mon Sep 17 00:00:00 2001 From: tibbi Date: Wed, 6 May 2020 07:59:46 +0200 Subject: [PATCH] update commons to 5.27.7 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 754c13d0..7fac6192 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -57,7 +57,7 @@ android { } dependencies { - implementation 'com.simplemobiletools:commons:5.27.5' + implementation 'com.simplemobiletools:commons:5.27.7' 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'