From cbf4736ecc4152259033074bf5578f02dc0a51cd Mon Sep 17 00:00:00 2001 From: tibbi Date: Sun, 30 Jun 2019 23:20:34 +0200 Subject: [PATCH] updating commons to 5.14.3 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index ee40a0fc9..1b1998360 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -57,7 +57,7 @@ android { } dependencies { - implementation 'com.simplemobiletools:commons:5.14.2' + implementation 'com.simplemobiletools:commons:5.14.3' implementation 'joda-time:joda-time:2.10.1' implementation 'androidx.multidex:multidex:2.0.1' implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta2'