chore(deps): switch to naveensingh/RootShell (#226)

Just another ancient relic that needed resurrection.
This commit is contained in:
Naveen Singh
2025-07-01 16:56:57 +05:30
committed by GitHub
parent 24122e36f8
commit e2b73dd6e7

View File

@@ -11,7 +11,7 @@ commons = "4.0.0"
#Other
autofittextview = "0.2.1"
gestureviews = "2.8.3"
rootshell = "1.6"
rootshell = "bc7e5d398e"
roottools = "87d3d22e93"
zip4j = "2.11.5"
#Gradle
@@ -31,7 +31,7 @@ fossify-commons = { module = "org.fossify:commons", version.ref = "commons" }
#Other
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" }
rootshell = { module = "com.github.naveensingh:RootShell", version.ref = "rootshell" }
roottools = { module = "com.github.naveensingh:RootTools", version.ref = "roottools" }
zip4j = { module = "net.lingala.zip4j:zip4j", version.ref = "zip4j" }
[plugins]