[优化] 我要睡觉了孩子们

This commit is contained in:
HapeLee
2026-01-17 07:10:13 +08:00
parent 8e21b3b16e
commit 3339c46cc4
3 changed files with 86 additions and 166 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ android {
applicationId = "io.legato.kazusa"
minSdk = 26
targetSdk = 36
versionCode = System.getenv("BUILD_NUMBER")?.toInt()?.let { 10000 + it } ?: 32640
versionCode = System.getenv("COMMIT_NUMBER")?.toInt()?.let { 10000 + it } ?: 32640
versionName = System.getenv("APP_VERSION_NAME") ?: projectVersionName
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
+1 -1
View File
@@ -1,5 +1,5 @@
VERSION_MAJOR=3
VERSION_MINOR=26
VERSION_PATCH=6
VERSION_SUFFIX=1
VERSION_SUFFIX=0
# 1 = Pre, 0 = Release