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