开展新命名空间下的版本调试

This commit is contained in:
ZhanGSKen
2025-03-29 08:47:02 +08:00
parent 76dabc9ef7
commit 5e54f0f4c7
4 changed files with 14 additions and 14 deletions

View File

@@ -29,7 +29,7 @@ android {
// versionName 更新后需要手动设置
// 项目模块目录的 build.gradle 文件的 stageCount=0
// Gradle编译环境下合起来的 versionName 就是 "${versionName}.0"
versionName "15.0"
versionName "15.2"
if(true) {
versionName = genVersionName("${versionName}")
}