manager: supports grant root access to cross profile. close #271

This commit is contained in:
tiann
2023-04-18 17:38:48 +08:00
parent a3c72c22c1
commit 2bc84014c2
5 changed files with 144 additions and 4 deletions

View File

@@ -81,7 +81,9 @@ dependencies {
implementation("io.coil-kt:coil-compose:2.2.2")
implementation("me.zhanghai.android.appiconloader:appiconloader-coil:1.5.0")
implementation("com.github.topjohnwu.libsu:core:5.0.3")
val libsuVersion = "5.0.4"
implementation("com.github.topjohnwu.libsu:core:$libsuVersion")
implementation("com.github.topjohnwu.libsu:service:$libsuVersion")
implementation("com.github.alorma:compose-settings-ui-m3:0.22.0")
ksp("io.github.raamcosta.compose-destinations:ksp:$composeDestinationsVersion")