feat:add so manager and config manager

This commit is contained in:
jiqiu2021
2025-06-25 18:08:46 +08:00
parent 499a26feec
commit 7d8b86f374
18 changed files with 1029 additions and 6 deletions

View File

@@ -23,8 +23,8 @@ android {
}
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_11
targetCompatibility JavaVersion.VERSION_11
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
}
@@ -42,6 +42,12 @@ dependencies {
// RecyclerView for app list
implementation 'androidx.recyclerview:recyclerview:1.3.2'
// Root access library
implementation 'com.github.topjohnwu.libsu:core:6.0.0'
// JSON parsing
implementation 'com.google.code.gson:gson:2.10.1'
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'