From f65ffd91c10d2149899136cac82acafe060b7711 Mon Sep 17 00:00:00 2001 From: tibbi Date: Sat, 21 Mar 2020 11:25:04 +0100 Subject: [PATCH] updating commons to 5.23.8 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index ffe4be27..1e0e221d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -58,7 +58,7 @@ android { } dependencies { - implementation 'com.simplemobiletools:commons:5.23.2' + implementation 'com.simplemobiletools:commons:5.23.8' implementation 'com.github.Stericson:RootTools:df729dcb13' implementation 'com.github.Stericson:RootShell:1.6' implementation 'com.alexvasilkov:gesture-views:2.5.2'