设置基础版本号
This commit is contained in:
parent
e49935f772
commit
7635f6f084
@ -30,7 +30,7 @@ android {
|
|||||||
// versionName 更新后需要手动设置
|
// versionName 更新后需要手动设置
|
||||||
// .winboll/winbollBuildProps.properties 文件的 stageCount=0
|
// .winboll/winbollBuildProps.properties 文件的 stageCount=0
|
||||||
// Gradle编译环境下合起来的 versionName 就是 "${versionName}.0"
|
// Gradle编译环境下合起来的 versionName 就是 "${versionName}.0"
|
||||||
versionName "15.7"
|
versionName "15.8"
|
||||||
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
|
||||||
#Tue May 13 10:29:18 HKT 2025
|
#Tue May 13 03:03:22 GMT 2025
|
||||||
stageCount=8
|
stageCount=0
|
||||||
libraryProject=libappbase
|
libraryProject=libappbase
|
||||||
baseVersion=15.7
|
baseVersion=15.8
|
||||||
publishVersion=15.7.7
|
publishVersion=15.8.0
|
||||||
buildCount=0
|
buildCount=2
|
||||||
baseBetaVersion=15.7.8
|
baseBetaVersion=15.8.1
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
#Created by .winboll/winboll_app_build.gradle
|
#Created by .winboll/winboll_app_build.gradle
|
||||||
#Tue May 13 10:28:56 HKT 2025
|
#Tue May 13 03:03:22 GMT 2025
|
||||||
stageCount=8
|
stageCount=0
|
||||||
libraryProject=libappbase
|
libraryProject=libappbase
|
||||||
baseVersion=15.7
|
baseVersion=15.8
|
||||||
publishVersion=15.7.7
|
publishVersion=15.8.0
|
||||||
buildCount=0
|
buildCount=2
|
||||||
baseBetaVersion=15.7.8
|
baseBetaVersion=15.8.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user