From a325c979eec9553093572831716984e275425e89 Mon Sep 17 00:00:00 2001 From: tibbi Date: Fri, 18 Sep 2020 22:51:12 +0200 Subject: [PATCH] update commons to 5.30.9 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 131e46e8..3435e184 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -56,6 +56,6 @@ android { } dependencies { - implementation 'com.simplemobiletools:commons:5.29.20' + implementation 'com.simplemobiletools:commons:5.30.9' implementation 'com.github.tibbi:IndicatorFastScroll:08f512858a' }