设置基础版本号
This commit is contained in:
parent
03d4cf2efe
commit
780e730a38
@ -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.3"
|
versionName "15.8"
|
||||||
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 15:04:17 HKT 2025
|
#Tue May 13 03:07:22 GMT 2025
|
||||||
stageCount=5
|
stageCount=0
|
||||||
libraryProject=libapputils
|
libraryProject=libapputils
|
||||||
baseVersion=15.3
|
baseVersion=15.8
|
||||||
publishVersion=15.3.4
|
publishVersion=15.8.0
|
||||||
buildCount=0
|
buildCount=2
|
||||||
baseBetaVersion=15.3.5
|
baseBetaVersion=15.8.1
|
||||||
|
@ -21,7 +21,7 @@ android {
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
api fileTree(dir: 'libs', include: ['*.jar'])
|
api fileTree(dir: 'libs', include: ['*.jar'])
|
||||||
api 'cc.winboll.studio:libappbase:15.7.6'
|
api 'cc.winboll.studio:libappbase:15.8.0'
|
||||||
|
|
||||||
// 二维码类库
|
// 二维码类库
|
||||||
api 'com.google.zxing:core:3.4.1'
|
api 'com.google.zxing:core:3.4.1'
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
#Created by .winboll/winboll_app_build.gradle
|
#Created by .winboll/winboll_app_build.gradle
|
||||||
#Tue Apr 29 15:03:54 HKT 2025
|
#Tue May 13 03:07:22 GMT 2025
|
||||||
stageCount=5
|
stageCount=0
|
||||||
libraryProject=libapputils
|
libraryProject=libapputils
|
||||||
baseVersion=15.3
|
baseVersion=15.8
|
||||||
publishVersion=15.3.4
|
publishVersion=15.8.0
|
||||||
buildCount=0
|
buildCount=2
|
||||||
baseBetaVersion=15.3.5
|
baseBetaVersion=15.8.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user