Use a more appropriate minor version number
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user