From 9a55fec2fca53dd078c9a182f23d0547630e8bb3 Mon Sep 17 00:00:00 2001 From: tibbi Date: Fri, 3 Jan 2020 21:32:02 +0100 Subject: [PATCH] updating commons to 5.21.18 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index cd1f70e3..b323d6e0 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -58,7 +58,7 @@ android { } dependencies { - implementation 'com.simplemobiletools:commons:5.21.17' + implementation 'com.simplemobiletools:commons:5.21.18' implementation 'com.github.Stericson:RootTools:df729dcb13' implementation 'com.github.Stericson:RootShell:1.6' implementation 'com.alexvasilkov:gesture-views:2.5.2'