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
@@ -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 {