mirror of
https://github.com/revanced/revanced-manager.git
synced 2025-06-12 20:57:36 +02:00
feat: root installation (#1243)
This commit is contained in:
@ -26,6 +26,7 @@ aboutLibrariesGradlePlugin = "10.8.2"
|
||||
coil = "2.4.0"
|
||||
app-icon-loader-coil = "1.5.0"
|
||||
skrapeit = "1.2.1"
|
||||
libsu = "5.2.0"
|
||||
|
||||
[libraries]
|
||||
# AndroidX Core
|
||||
@ -98,6 +99,11 @@ skrapeit-parser = { group = "it.skrape", name = "skrapeit-html-parser", version.
|
||||
# Markdown
|
||||
markdown = { group = "org.jetbrains", name = "markdown", version.ref = "markdown" }
|
||||
|
||||
# LibSU
|
||||
libsu-core = { group = "com.github.topjohnwu.libsu", name = "core", version.ref = "libsu" }
|
||||
libsu-service = { group = "com.github.topjohnwu.libsu", name = "service", version.ref = "libsu" }
|
||||
libsu-nio = { group = "com.github.topjohnwu.libsu", name = "nio", version.ref = "libsu" }
|
||||
|
||||
[plugins]
|
||||
android-application = { id = "com.android.application", version.ref = "androidGradlePlugin" }
|
||||
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlinGradlePlugin" }
|
||||
|
Reference in New Issue
Block a user