From 6dd7149b25f98eeb474844b07b9117c501fff863 Mon Sep 17 00:00:00 2001 From: tibbi Date: Wed, 22 Apr 2020 10:50:12 +0200 Subject: [PATCH] update commons to 5.26.20 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index f46c31c4..45dfa99b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -58,7 +58,7 @@ android { } dependencies { - implementation 'com.simplemobiletools:commons:5.26.19' + implementation 'com.simplemobiletools:commons:5.26.20' implementation 'com.github.Stericson:RootTools:df729dcb13' implementation 'com.github.Stericson:RootShell:1.6' implementation 'com.alexvasilkov:gesture-views:2.5.2'