manager: several updates (#510)

+ update deps
+ update app profile page
+ don't show su and module page if no root
This commit is contained in:
Nullptr
2023-05-16 22:32:48 +08:00
committed by GitHub
parent 9cf8ac9c51
commit 76612b9cf7
19 changed files with 503 additions and 342 deletions

View File

@@ -5,6 +5,7 @@ plugins {
alias(libs.plugins.kotlin)
alias(libs.plugins.ksp)
alias(libs.plugins.lsplugin.apksign)
id("kotlin-parcelize")
}
val managerVersionCode: Int by rootProject.extra
@@ -96,8 +97,6 @@ dependencies {
implementation(libs.compose.destinations.animations.core)
ksp(libs.compose.destinations.ksp)
implementation(libs.com.github.alorma.compose.settings.ui.m3)
implementation(libs.com.github.topjohnwu.libsu.core)
implementation(libs.com.github.topjohnwu.libsu.service)