This commit is contained in:
ShirkNeko
2025-11-05 15:43:10 +08:00
parent 247f7d4aee
commit 0400b94674
3 changed files with 4 additions and 4 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(1 * 10000 + getGitCommitCount() + 700)
val managerVersionCode by extra(2 * 10000 + getGitCommitCount() + 700)
val managerVersionName by extra(getGitDescribe())
fun getGitCommitCount(): Int {