mirror of
https://github.com/FossifyOrg/File-Manager.git
synced 2026-04-14 03:18:18 -04:00
Switch to forked RootTools library
Closes https://github.com/FossifyOrg/File-Manager/issues/143
This commit is contained in:
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user