From d5af37dc7987ab29ce9977325e96d4887a95df94 Mon Sep 17 00:00:00 2001 From: tibbi Date: Thu, 6 Dec 2018 21:15:20 +0100 Subject: [PATCH] update commons to 5.5.14 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index a47bfc05..aac1311c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -51,7 +51,7 @@ android { } dependencies { - implementation 'com.simplemobiletools:commons:5.5.7' + implementation 'com.simplemobiletools:commons:5.5.14' implementation files('../libs/RootTools.jar') }