Switch to forked RootTools library

Closes https://github.com/FossifyOrg/File-Manager/issues/143
This commit is contained in:
Naveen Singh
2025-03-12 03:58:32 +05:30
parent 98383895c5
commit 0aa27861e7

View File

@@ -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" }