From a82b71697c64c113fa83e289e3374721f218170f Mon Sep 17 00:00:00 2001 From: tibbi Date: Wed, 3 Mar 2021 14:49:44 +0100 Subject: [PATCH] updating commons to 5.34.5 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index fb0b4065..cafd5c00 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -57,7 +57,7 @@ android { } dependencies { - implementation 'com.simplemobiletools:commons:5.34.3' + implementation 'com.simplemobiletools:commons:5.34.5' implementation 'joda-time:joda-time:2.10.3' implementation 'com.googlecode.ez-vcard:ez-vcard:0.10.5' implementation 'com.github.tibbi:IndicatorFastScroll:c3de1d040a'