From 8b17b8a13e100ff5f0dc81dde1b68d52a9bbac7b Mon Sep 17 00:00:00 2001 From: tibbi Date: Sun, 6 Dec 2020 16:10:52 +0100 Subject: [PATCH] updating commons to 5.32.5 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 1295bb2f..89a69fed 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -56,7 +56,7 @@ android { } dependencies { - implementation 'com.simplemobiletools:commons:5.32.2' + implementation 'com.simplemobiletools:commons:5.32.5' implementation 'org.greenrobot:eventbus:3.2.0' implementation 'com.klinkerapps:android-smsmms:5.2.6' implementation 'com.github.tibbi:IndicatorFastScroll:08f512858a'