开展新命名空间下的版本调试
This commit is contained in:
parent
76dabc9ef7
commit
5e54f0f4c7
@ -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.0"
|
versionName "15.2"
|
||||||
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
|
||||||
#Fri Mar 28 20:25:28 HKT 2025
|
#Sat Mar 29 00:46:14 GMT 2025
|
||||||
stageCount=20
|
stageCount=0
|
||||||
libraryProject=libapputils
|
libraryProject=libapputils
|
||||||
baseVersion=15.0
|
baseVersion=15.2
|
||||||
publishVersion=15.0.19
|
publishVersion=15.2.0
|
||||||
buildCount=0
|
buildCount=2
|
||||||
baseBetaVersion=15.0.20
|
baseBetaVersion=15.2.1
|
||||||
|
@ -42,7 +42,7 @@ dependencies {
|
|||||||
// https://mvnrepository.com/artifact/com.android.support/recyclerview-v7
|
// https://mvnrepository.com/artifact/com.android.support/recyclerview-v7
|
||||||
api 'com.android.support:recyclerview-v7:28.0.0'
|
api 'com.android.support:recyclerview-v7:28.0.0'
|
||||||
|
|
||||||
api 'cc.winboll.studio:libappbase:15.1.4'
|
api 'cc.winboll.studio:libappbase:15.2.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
|
||||||
#Fri Mar 28 20:25:11 HKT 2025
|
#Sat Mar 29 00:46:14 GMT 2025
|
||||||
stageCount=20
|
stageCount=0
|
||||||
libraryProject=libapputils
|
libraryProject=libapputils
|
||||||
baseVersion=15.0
|
baseVersion=15.2
|
||||||
publishVersion=15.0.19
|
publishVersion=15.2.0
|
||||||
buildCount=0
|
buildCount=2
|
||||||
baseBetaVersion=15.0.20
|
baseBetaVersion=15.2.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user