manager: minor renaming

This commit is contained in:
Rifat Azad
2024-12-19 19:10:11 +06:00
parent 64d1ad8f9e
commit 1fc83078fd
4 changed files with 4 additions and 4 deletions

View File

@@ -68,7 +68,7 @@ android {
applicationVariants.all {
outputs.forEach {
val output = it as BaseVariantOutputImpl
output.outputFileName = "KernelSU_${managerVersionName}_${managerVersionCode}-next-$name.apk"
output.outputFileName = "KernelSU_Next_${managerVersionName}_${managerVersionCode}-$name.apk"
}
kotlin.sourceSets {
getByName(name) {

View File

@@ -63,7 +63,7 @@ fun download(
fun checkNewVersion(): LatestVersionInfo {
// Next version updates
val url = "https://api.github.com/repos/rifsxd/KernelSU/releases/latest"
val url = "https://api.github.com/repos/rifsxd/KernelSU-Next/releases/latest"
// default null value if failed
val defaultValue = LatestVersionInfo()
runCatching {

View File

@@ -54,7 +54,7 @@
<string name="reboot_to_apply">Reboot to take effect</string>
<string name="module_magisk_conflict">Modules are unavailable due to a conflict with Magisk!</string>
<string name="home_next_kernelsu">🔥 Next Build</string>
<string name="home_next_kernelsu_repo">https://github.com/rifsxd/KernelSU</string>
<string name="home_next_kernelsu_repo">https://github.com/rifsxd/KernelSU-Next</string>
<string name="home_next_kernelsu_body">Next experimental branch. Check it out on GitHub!</string>
<string name="home_experimental_kernelsu">⚠️ Experimental Development Warning!</string>
<string name="home_experimental_kernelsu_repo">127.0.0.1</string>