From f1638316378fedc5383aab87740c50d1febc2b83 Mon Sep 17 00:00:00 2001 From: tibbi Date: Tue, 15 May 2018 14:31:24 +0200 Subject: [PATCH] update commons to 4.0.14 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 358c15a2..7d719513 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -45,7 +45,7 @@ ext { } dependencies { - implementation 'com.simplemobiletools:commons:4.0.13' + implementation 'com.simplemobiletools:commons:4.0.14' implementation files('../libs/RootTools.jar')