From 8f7c7c776c45b03c42665404240a7ecd36af93e7 Mon Sep 17 00:00:00 2001 From: tibbi Date: Thu, 25 Jul 2019 14:25:23 +0200 Subject: [PATCH] updating commons to 5.15.9 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index b019110c3..683f38ec8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -57,7 +57,7 @@ android { } dependencies { - implementation 'com.simplemobiletools:commons:5.15.1' + implementation 'com.simplemobiletools:commons:5.15.9' implementation 'joda-time:joda-time:2.10.1' implementation 'androidx.multidex:multidex:2.0.1' implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta2'