From acb4f63344275503eb95ceae658434762b3a7b6d Mon Sep 17 00:00:00 2001 From: tibbi Date: Wed, 24 Jan 2018 15:01:50 +0100 Subject: [PATCH] update commons to 3.8.3 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index da9a8310..8381fe2a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -42,7 +42,7 @@ ext { } dependencies { - implementation 'com.simplemobiletools:commons:3.7.8' + implementation 'com.simplemobiletools:commons:3.8.3' implementation files('../libs/RootTools.jar')