From ed6373aed4d59c0d2bf12ed392c48b08c00f1b47 Mon Sep 17 00:00:00 2001 From: tibbi Date: Fri, 13 Sep 2019 09:59:02 +0200 Subject: [PATCH] update commons to 5.17.16 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 25bae7b5..e1bf018e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -51,7 +51,7 @@ android { } dependencies { - implementation 'com.simplemobiletools:commons:5.17.13' + implementation 'com.simplemobiletools:commons:5.17.16' 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'