将 su 命令更换为 Magisk 的开源库 libsu

This commit is contained in:
2022-02-07 21:54:28 +08:00
parent 3b338214fc
commit 4914ae20b2
3 changed files with 9 additions and 27 deletions

View File

@@ -45,6 +45,7 @@ android {
dependencies {
compileOnly 'de.robv.android.xposed:api:82'
implementation "com.github.topjohnwu.libsu:core:3.1.2"
// 基础依赖包
implementation 'com.gyf.immersionbar:immersionbar:3.0.0'
// Fragment 快速实现