From 9b2e465fc5150b40f22cc192d9043776d70a35f9 Mon Sep 17 00:00:00 2001 From: tibbi Date: Thu, 28 May 2020 13:01:02 +0200 Subject: [PATCH] update commons to 5.28.24 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 903b1c53..8a0c4788 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -58,7 +58,7 @@ android { } dependencies { - implementation 'com.simplemobiletools:commons:5.28.23' + implementation 'com.simplemobiletools:commons:5.28.24' implementation 'com.github.Stericson:RootTools:df729dcb13' implementation 'com.github.Stericson:RootShell:1.6' implementation 'com.alexvasilkov:gesture-views:2.5.2'