设置类库次版本号,以区别源码设计规范更新。
This commit is contained in:
@@ -33,7 +33,7 @@ android {
|
|||||||
// versionName 更新后需要手动设置
|
// versionName 更新后需要手动设置
|
||||||
// .winboll/winbollBuildProps.properties 文件的 stageCount=0
|
// .winboll/winbollBuildProps.properties 文件的 stageCount=0
|
||||||
// Gradle编译环境下合起来的 versionName 就是 "${versionName}.0"
|
// Gradle编译环境下合起来的 versionName 就是 "${versionName}.0"
|
||||||
versionName "15.10"
|
versionName "15.11"
|
||||||
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
|
||||||
#Wed Nov 12 21:10:11 GMT 2025
|
#Wed Nov 12 21:12:07 GMT 2025
|
||||||
stageCount=10
|
stageCount=0
|
||||||
libraryProject=libappbase
|
libraryProject=libappbase
|
||||||
baseVersion=15.10
|
baseVersion=15.11
|
||||||
publishVersion=15.10.9
|
publishVersion=15.11.0
|
||||||
buildCount=29
|
buildCount=2
|
||||||
baseBetaVersion=15.10.10
|
baseBetaVersion=15.11.1
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
#Created by .winboll/winboll_app_build.gradle
|
#Created by .winboll/winboll_app_build.gradle
|
||||||
#Wed Nov 12 21:10:11 GMT 2025
|
#Wed Nov 12 21:12:07 GMT 2025
|
||||||
stageCount=10
|
stageCount=0
|
||||||
libraryProject=libappbase
|
libraryProject=libappbase
|
||||||
baseVersion=15.10
|
baseVersion=15.11
|
||||||
publishVersion=15.10.9
|
publishVersion=15.11.0
|
||||||
buildCount=29
|
buildCount=2
|
||||||
baseBetaVersion=15.10.10
|
baseBetaVersion=15.11.1
|
||||||
|
|||||||
Reference in New Issue
Block a user