设置版本号
This commit is contained in:
parent
6adc96449b
commit
2005ba6aee
@ -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.4"
|
versionName "15.5"
|
||||||
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 Apr 29 00:19:26 HKT 2025
|
#Mon Apr 28 16:21:02 GMT 2025
|
||||||
stageCount=2
|
stageCount=0
|
||||||
libraryProject=libaes
|
libraryProject=libaes
|
||||||
baseVersion=15.4
|
baseVersion=15.5
|
||||||
publishVersion=15.4.1
|
publishVersion=15.5.0
|
||||||
buildCount=2
|
buildCount=1
|
||||||
baseBetaVersion=15.4.2
|
baseBetaVersion=15.5.1
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
#Created by .winboll/winboll_app_build.gradle
|
#Created by .winboll/winboll_app_build.gradle
|
||||||
#Mon Apr 28 16:10:00 GMT 2025
|
#Mon Apr 28 16:21:02 GMT 2025
|
||||||
stageCount=2
|
stageCount=0
|
||||||
libraryProject=libaes
|
libraryProject=libaes
|
||||||
baseVersion=15.4
|
baseVersion=15.5
|
||||||
publishVersion=15.4.1
|
publishVersion=15.5.0
|
||||||
buildCount=2
|
buildCount=1
|
||||||
baseBetaVersion=15.4.2
|
baseBetaVersion=15.5.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user