From aed0e1aa153fbdb02bf08e65b0d7ec26bc5b0665 Mon Sep 17 00:00:00 2001 From: tibbi Date: Mon, 7 Dec 2020 18:40:27 +0100 Subject: [PATCH] update version to 5.32.6 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index be7b9698..83d72070 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -56,6 +56,6 @@ android { } dependencies { - implementation 'com.simplemobiletools:commons:5.32.2' + implementation 'com.simplemobiletools:commons:5.32.6' implementation 'com.github.tibbi:IndicatorFastScroll:08f512858a' }