From 0aa27861e7cbbd3a847998daa1cac3368eb861fe Mon Sep 17 00:00:00 2001 From: Naveen Singh Date: Wed, 12 Mar 2025 03:58:32 +0530 Subject: [PATCH] Switch to forked RootTools library Closes https://github.com/FossifyOrg/File-Manager/issues/143 --- gradle/libs.versions.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 65852a2c..3c379d9a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -12,7 +12,7 @@ commons = "18ad1dd308" autofittextview = "0.2.1" gestureviews = "2.5.2" rootshell = "1.6" -roottools = "df729dcb13" +roottools = "87d3d22e93" zip4j = "2.11.5" #Gradle gradlePlugins-agp = "8.3.0" @@ -36,7 +36,7 @@ fossify-commons = { module = "org.fossify:commons", version.ref = "commons" } autofittextview = { module = "me.grantland:autofittextview", version.ref = "autofittextview" } gestureviews = { module = "com.alexvasilkov:gesture-views", version.ref = "gestureviews" } rootshell = { module = "com.github.Stericson:RootShell", version.ref = "rootshell" } -roottools = { module = "com.github.Stericson:RootTools", version.ref = "roottools" } +roottools = { module = "com.github.naveensingh:RootTools", version.ref = "roottools" } zip4j = { module = "net.lingala.zip4j:zip4j", version.ref = "zip4j" } [plugins] android = { id = "com.android.application", version.ref = "gradlePlugins-agp" }