From 4c47b15a39f6963385232face27570daea9533fb Mon Sep 17 00:00:00 2001 From: tibbi Date: Mon, 29 Jan 2018 16:12:32 +0100 Subject: [PATCH] update commons to 3.9.4 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 40da1de4..9377b0fc 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -42,7 +42,7 @@ ext { } dependencies { - implementation 'com.simplemobiletools:commons:3.9.0' + implementation 'com.simplemobiletools:commons:3.9.4' implementation files('../libs/RootTools.jar')