设置版本号
This commit is contained in:
parent
7abe096779
commit
e572486b05
@ -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.2"
|
versionName "15.3"
|
||||||
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
|
||||||
#Sun Apr 27 03:10:03 GMT 2025
|
#Sun Apr 27 03:16:53 GMT 2025
|
||||||
stageCount=2
|
stageCount=0
|
||||||
libraryProject=libapputils
|
libraryProject=libapputils
|
||||||
baseVersion=15.2
|
baseVersion=15.3
|
||||||
publishVersion=15.2.1
|
publishVersion=15.3.0
|
||||||
buildCount=3
|
buildCount=1
|
||||||
baseBetaVersion=15.2.2
|
baseBetaVersion=15.3.1
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
#Created by .winboll/winboll_app_build.gradle
|
#Created by .winboll/winboll_app_build.gradle
|
||||||
#Sun Apr 27 03:10:03 GMT 2025
|
#Sun Apr 27 03:16:53 GMT 2025
|
||||||
stageCount=2
|
stageCount=0
|
||||||
libraryProject=libapputils
|
libraryProject=libapputils
|
||||||
baseVersion=15.2
|
baseVersion=15.3
|
||||||
publishVersion=15.2.1
|
publishVersion=15.3.0
|
||||||
buildCount=3
|
buildCount=1
|
||||||
baseBetaVersion=15.2.2
|
baseBetaVersion=15.3.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user