From 81e5905bf77f39f8372b84684122d8a6dd7bbd74 Mon Sep 17 00:00:00 2001 From: tibbi Date: Wed, 20 May 2020 16:47:22 +0200 Subject: [PATCH] update commons to 5.28.14 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 817def84..d94c6922 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -56,7 +56,7 @@ android { } dependencies { - implementation 'com.simplemobiletools:commons:5.28.12' + implementation 'com.simplemobiletools:commons:5.28.14' implementation 'org.greenrobot:eventbus:3.2.0' implementation 'com.klinkerapps:android-smsmms:5.2.6' implementation 'com.github.tibbi:IndicatorFastScroll:08f512858a'