From 6209fd1a396e657ff0a7a43da3f6c6fb042c5bd4 Mon Sep 17 00:00:00 2001 From: tibbi Date: Mon, 28 Oct 2019 22:32:01 +0100 Subject: [PATCH] updating commons to 5.18.14 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 02e11a18..08b342c2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -52,7 +52,7 @@ android { } dependencies { - implementation 'com.simplemobiletools:commons:5.17.17' + implementation 'com.simplemobiletools:commons:5.18.14' implementation 'com.github.Stericson:RootTools:df729dcb13' implementation 'com.github.Stericson:RootShell:1.6' implementation 'com.alexvasilkov:gesture-views:2.5.2'