设定使用Support V7 版安卓库的应用版本号。
This commit is contained in:
parent
529f420668
commit
d4986c6ba4
@ -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.0"
|
versionName "15.1"
|
||||||
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 Mar 26 07:35:36 GMT 2025
|
#Wed Mar 26 07:38:00 GMT 2025
|
||||||
stageCount=11
|
stageCount=0
|
||||||
libraryProject=libappbase
|
libraryProject=libappbase
|
||||||
baseVersion=15.0
|
baseVersion=15.1
|
||||||
publishVersion=15.0.10
|
publishVersion=15.1.0
|
||||||
buildCount=98
|
buildCount=1
|
||||||
baseBetaVersion=15.0.11
|
baseBetaVersion=15.1.10
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
#Created by .winboll/winboll_app_build.gradle
|
#Created by .winboll/winboll_app_build.gradle
|
||||||
#Wed Mar 26 07:35:36 GMT 2025
|
#Wed Mar 26 07:38:00 GMT 2025
|
||||||
stageCount=11
|
stageCount=0
|
||||||
libraryProject=libappbase
|
libraryProject=libappbase
|
||||||
baseVersion=15.0
|
baseVersion=15.1
|
||||||
publishVersion=15.0.10
|
publishVersion=15.1.0
|
||||||
buildCount=98
|
buildCount=1
|
||||||
baseBetaVersion=15.0.11
|
baseBetaVersion=15.1.10
|
||||||
|
Loading…
x
Reference in New Issue
Block a user