版本号对齐APPBase。
This commit is contained in:
@@ -26,7 +26,10 @@ android {
|
|||||||
applicationId "cc.winboll.studio.aes"
|
applicationId "cc.winboll.studio.aes"
|
||||||
minSdkVersion 26
|
minSdkVersion 26
|
||||||
targetSdkVersion 30
|
targetSdkVersion 30
|
||||||
versionCode 1
|
//1. Android 官方规则
|
||||||
|
//- versionCode 类型:int 整型
|
||||||
|
//- Java int 最大值:2147483647
|
||||||
|
versionCode 1520000
|
||||||
// versionName 更新后需要手动设置
|
// versionName 更新后需要手动设置
|
||||||
// 项目模块目录的 build.gradle 文件的 stageCount=0
|
// 项目模块目录的 build.gradle 文件的 stageCount=0
|
||||||
// Gradle编译环境下合起来的 versionName 就是 "${versionName}.0"
|
// Gradle编译环境下合起来的 versionName 就是 "${versionName}.0"
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
#Created by .winboll/winboll_app_build.gradle
|
#Created by .winboll/winboll_app_build.gradle
|
||||||
#Tue May 19 01:52:52 HKT 2026
|
#Tue May 19 12:25:19 GMT 2026
|
||||||
stageCount=7
|
stageCount=7
|
||||||
libraryProject=libaes
|
libraryProject=libaes
|
||||||
baseVersion=15.20
|
baseVersion=15.20
|
||||||
publishVersion=15.20.6
|
publishVersion=15.20.6
|
||||||
buildCount=0
|
buildCount=1
|
||||||
baseBetaVersion=15.20.7
|
baseBetaVersion=15.20.7
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
#Created by .winboll/winboll_app_build.gradle
|
#Created by .winboll/winboll_app_build.gradle
|
||||||
#Tue May 19 01:52:47 HKT 2026
|
#Tue May 19 12:25:19 GMT 2026
|
||||||
stageCount=7
|
stageCount=7
|
||||||
libraryProject=libaes
|
libraryProject=libaes
|
||||||
baseVersion=15.20
|
baseVersion=15.20
|
||||||
publishVersion=15.20.6
|
publishVersion=15.20.6
|
||||||
buildCount=0
|
buildCount=1
|
||||||
baseBetaVersion=15.20.7
|
baseBetaVersion=15.20.7
|
||||||
|
|||||||
Reference in New Issue
Block a user