From 1af7c6d9e162dc533933b25e054cca25650b7ac5 Mon Sep 17 00:00:00 2001 From: tibbi Date: Tue, 17 Apr 2018 20:25:50 +0200 Subject: [PATCH] update commons to 3.19.1 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 6f612860..ad68fd30 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -45,7 +45,7 @@ ext { } dependencies { - implementation 'com.simplemobiletools:commons:3.19.0' + implementation 'com.simplemobiletools:commons:3.19.1' implementation files('../libs/RootTools.jar')