From 9a7529af68e068e6d78ff848b98aaec24f7fa3af Mon Sep 17 00:00:00 2001 From: tibbi Date: Sat, 30 May 2020 21:17:22 +0200 Subject: [PATCH] update commons to 5.28.25 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 04150cd0..21317af1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -57,7 +57,7 @@ android { } dependencies { - implementation 'com.simplemobiletools:commons:5.28.24' + implementation 'com.simplemobiletools:commons:5.28.25' implementation 'org.greenrobot:eventbus:3.2.0' implementation 'com.klinkerapps:android-smsmms:5.2.6' implementation 'com.github.tibbi:IndicatorFastScroll:08f512858a'