From f1d21af97021aa72b694376af6d423887ded3ae8 Mon Sep 17 00:00:00 2001 From: tibbi Date: Thu, 14 May 2020 20:40:29 +0200 Subject: [PATCH] update commons to 5.28.2 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index f80a3631..741dad32 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -56,6 +56,6 @@ android { } dependencies { - implementation 'com.simplemobiletools:commons:5.28.1' + implementation 'com.simplemobiletools:commons:5.28.2' implementation 'com.github.tibbi:IndicatorFastScroll:08f512858a' }