From 8b6af195d95696b3bd5c438d54568484662b1ed4 Mon Sep 17 00:00:00 2001 From: tibbi Date: Sun, 27 Jan 2019 17:38:47 +0100 Subject: [PATCH] update commons to 5.6.18 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index b2a435dd..abaa6de6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -51,7 +51,7 @@ android { } dependencies { - implementation 'com.simplemobiletools:commons:5.6.17' + implementation 'com.simplemobiletools:commons:5.6.18' implementation 'com.github.Stericson:RootTools:df729dcb13' implementation 'com.alexvasilkov:gesture-views:2.5.2' }