From 7c8bed8c670aca42c3c434da154114228909f962 Mon Sep 17 00:00:00 2001 From: tibbi Date: Wed, 10 Jul 2019 10:21:58 +0200 Subject: [PATCH] update commons to 5.14.18 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index adb50cf2..d39a0a0f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -51,7 +51,7 @@ android { } dependencies { - implementation 'com.simplemobiletools:commons:5.14.0' + implementation 'com.simplemobiletools:commons:5.14.18' implementation 'com.github.Stericson:RootTools:df729dcb13' implementation 'com.github.Stericson:RootShell:1.6' implementation 'com.alexvasilkov:gesture-views:2.5.2'