设置编译参数
This commit is contained in:
parent
b9582cb99d
commit
fe004c7b82
@ -29,7 +29,7 @@ android {
|
|||||||
// versionName 更新后需要手动设置
|
// versionName 更新后需要手动设置
|
||||||
// .winboll/winbollBuildProps.properties 文件的 stageCount=0
|
// .winboll/winbollBuildProps.properties 文件的 stageCount=0
|
||||||
// Gradle编译环境下合起来的 versionName 就是 "${versionName}.0"
|
// Gradle编译环境下合起来的 versionName 就是 "${versionName}.0"
|
||||||
versionName "1.0"
|
versionName "1.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 Jan 22 14:16:30 HKT 2025
|
#Wed Jan 22 06:46:20 GMT 2025
|
||||||
stageCount=0
|
stageCount=0
|
||||||
libraryProject=
|
libraryProject=libappbase
|
||||||
baseVersion=1.0
|
baseVersion=1.1
|
||||||
publishVersion=1.0.0
|
publishVersion=1.1.0
|
||||||
buildCount=5
|
buildCount=2
|
||||||
baseBetaVersion=1.0.1
|
baseBetaVersion=1.1.1
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
#Created by .winboll/winboll_app_build.gradle
|
#Created by .winboll/winboll_app_build.gradle
|
||||||
#Sun Jan 05 07:55:11 HKT 2025
|
#Wed Jan 22 06:46:20 GMT 2025
|
||||||
stageCount=17
|
stageCount=0
|
||||||
libraryProject=winboll-shared
|
libraryProject=libappbase
|
||||||
baseVersion=1.8
|
baseVersion=1.1
|
||||||
publishVersion=1.8.16
|
publishVersion=1.1.0
|
||||||
buildCount=0
|
buildCount=2
|
||||||
baseBetaVersion=1.8.17
|
baseBetaVersion=1.1.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user