开展新命名空间下的版本调试,更新版本号设置
This commit is contained in:
parent
a374d1aada
commit
892f9f0d6c
@ -29,7 +29,7 @@ android {
|
|||||||
// versionName 更新后需要手动设置
|
// versionName 更新后需要手动设置
|
||||||
// 项目模块目录的 build.gradle 文件的 stageCount=0
|
// 项目模块目录的 build.gradle 文件的 stageCount=0
|
||||||
// Gradle编译环境下合起来的 versionName 就是 "${versionName}.0"
|
// Gradle编译环境下合起来的 versionName 就是 "${versionName}.0"
|
||||||
versionName "15.0"
|
versionName "15.2"
|
||||||
if(true) {
|
if(true) {
|
||||||
versionName = genVersionName("${versionName}")
|
versionName = genVersionName("${versionName}")
|
||||||
}
|
}
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
#Created by .winboll/winboll_app_build.gradle
|
#Created by .winboll/winboll_app_build.gradle
|
||||||
#Sat Mar 29 08:53:46 HKT 2025
|
#Sat Mar 29 00:56:17 GMT 2025
|
||||||
stageCount=10
|
stageCount=0
|
||||||
libraryProject=libaes
|
libraryProject=libaes
|
||||||
baseVersion=15.0
|
baseVersion=15.2
|
||||||
publishVersion=15.0.9
|
publishVersion=15.2.0
|
||||||
buildCount=0
|
buildCount=1
|
||||||
baseBetaVersion=15.0.10
|
baseBetaVersion=15.2.1
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
#Created by .winboll/winboll_app_build.gradle
|
#Created by .winboll/winboll_app_build.gradle
|
||||||
#Sat Mar 29 08:53:46 HKT 2025
|
#Sat Mar 29 00:56:17 GMT 2025
|
||||||
stageCount=10
|
stageCount=0
|
||||||
libraryProject=libaes
|
libraryProject=libaes
|
||||||
baseVersion=15.0
|
baseVersion=15.2
|
||||||
publishVersion=15.0.9
|
publishVersion=15.2.0
|
||||||
buildCount=0
|
buildCount=1
|
||||||
baseBetaVersion=15.0.10
|
baseBetaVersion=15.2.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user