From 1c9715715f3e23df227ebc785197b52f9e9500e9 Mon Sep 17 00:00:00 2001 From: tibbi Date: Tue, 26 Mar 2019 22:03:41 +0100 Subject: [PATCH] update commons to 5.10.20 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 5af4dea7..5d849288 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -51,7 +51,7 @@ android { } dependencies { - implementation 'com.simplemobiletools:commons:5.10.16' + implementation 'com.simplemobiletools:commons:5.10.20' implementation 'com.github.Stericson:RootTools:df729dcb13' implementation 'com.alexvasilkov:gesture-views:2.5.2' }