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

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