From def5cf6147e84d57901fcdb366efb6105d5c530b Mon Sep 17 00:00:00 2001 From: tibbi Date: Sun, 29 Dec 2019 17:58:17 +0100 Subject: [PATCH] update commons to 5.21.9 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index c80ad0686..a0b25778d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -64,7 +64,7 @@ android { } dependencies { - implementation 'com.simplemobiletools:commons:5.21.0' + implementation 'com.simplemobiletools:commons:5.21.9' implementation 'joda-time:joda-time:2.10.1' implementation 'androidx.multidex:multidex:2.0.1' implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta2'