From c23c429884bd7c202e2e06199fc55d326083e425 Mon Sep 17 00:00:00 2001 From: tibbi Date: Fri, 19 Jun 2020 12:34:20 +0200 Subject: [PATCH] update commons to 5.29.13 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 60e12506..cc8a48c2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -56,6 +56,6 @@ android { } dependencies { - implementation 'com.simplemobiletools:commons:5.29.10' + implementation 'com.simplemobiletools:commons:5.29.13' implementation 'com.github.tibbi:IndicatorFastScroll:08f512858a' }