From ccab2e357129defc1acbf1e52b78091c8fb31dc9 Mon Sep 17 00:00:00 2001 From: tibbi Date: Fri, 27 Aug 2021 15:24:52 +0200 Subject: [PATCH] updating commons with a crashfix --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 19b767ec..e3f0a0ec 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -58,7 +58,7 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:08dfa11641' + implementation 'com.github.SimpleMobileTools:Simple-Commons:649211e294' implementation 'com.github.Stericson:RootTools:df729dcb13' implementation 'com.github.Stericson:RootShell:1.6' implementation 'com.alexvasilkov:gesture-views:2.5.2'