Use a more appropriate minor version number

This commit is contained in:
ShirkNeko
2025-11-05 16:41:30 +08:00
parent 994fdfddf2
commit 89ce65e8ba
4 changed files with 5 additions and 5 deletions

View File

@@ -871,7 +871,7 @@ private fun StatusCardPreview() {
StatusCard(
HomeViewModel.SystemStatus(
isManager = true,
ksuVersion = 20000,
ksuVersion = 40000,
lkmMode = true,
kernelVersion = KernelVersion(5, 10, 101),
isRootAvailable = true

View File

@@ -32,7 +32,7 @@ val androidCompileSdkVersion = 36
val androidCompileNdkVersion = "29.0.14206865"
val androidSourceCompatibility = JavaVersion.VERSION_21
val androidTargetCompatibility = JavaVersion.VERSION_21
val managerVersionCode by extra(2 * 10000 + getGitCommitCount() + 700)
val managerVersionCode by extra(4 * 10000 + getGitCommitCount() - 2815)
val managerVersionName by extra(getGitDescribe())
fun getGitCommitCount(): Int {