From d4dc887bda10ac3cf4bc1aa4d0ac0378e1ffd05e Mon Sep 17 00:00:00 2001 From: tibbi Date: Tue, 17 Mar 2020 20:12:12 +0100 Subject: [PATCH] updating commons to 5.23.7 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 30ca5228..09087302 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -57,7 +57,7 @@ android { } dependencies { - implementation 'com.simplemobiletools:commons:5.23.2' + implementation 'com.simplemobiletools:commons:5.23.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'