From 8ef70a8fe59c5bb13a295cb8a91688b3fc6c0424 Mon Sep 17 00:00:00 2001 From: tibbi Date: Tue, 13 Feb 2018 14:17:07 +0100 Subject: [PATCH] update commons to 3.11.15 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index de698619..4ab51a8a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -45,7 +45,7 @@ ext { } dependencies { - implementation 'com.simplemobiletools:commons:3.11.12' + implementation 'com.simplemobiletools:commons:3.11.15' implementation files('../libs/RootTools.jar')