From c695fd0955361c86409bff4130cf35c65fc14298 Mon Sep 17 00:00:00 2001 From: darthpaul Date: Sun, 14 Nov 2021 22:33:51 +0000 Subject: [PATCH] update commons --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 80dfb569..63dfec45 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -58,7 +58,7 @@ android { } dependencies { - implementation project(":commons") + implementation 'com.github.SimpleMobileTools:Simple-Commons:c7f376f7cd' implementation 'com.github.Stericson:RootTools:df729dcb13' implementation 'com.github.Stericson:RootShell:1.6' implementation 'com.alexvasilkov:gesture-views:2.5.2'