mirror of
http://gitea.winboll.cc/Studio/WinBoLL.git
synced 2026-06-30 04:22:25 +08:00
Compare commits
9 Commits
appbase-v1
...
appbase-v1
| Author | SHA1 | Date | |
|---|---|---|---|
| 408b68a307 | |||
| f414d4b3c9 | |||
| fce24aac80 | |||
| d973423578 | |||
| 4833ce2a59 | |||
| df15a8c7d2 | |||
| 6574f561b2 | |||
| cca63a9a4a | |||
| 14e4a9af8a |
@@ -103,3 +103,7 @@ $bash gradlew assembleStageRelease
|
|||||||
#### V<应用开发环境编号><应用功能变更号><应用调试阶段号> (示例: APPBase_15.7.0 )
|
#### V<应用开发环境编号><应用功能变更号><应用调试阶段号> (示例: APPBase_15.7.0 )
|
||||||
### ☆ Beta 渠道:
|
### ☆ Beta 渠道:
|
||||||
#### V<应用开发环境编号><应用功能变更号><应用调试阶段号>-beta<调试编译计数>_<调试编译时间(分钟+秒钟)> (示例: APPBase_15.9.6-beta8_5413 )
|
#### V<应用开发环境编号><应用功能变更号><应用调试阶段号>-beta<调试编译计数>_<调试编译时间(分钟+秒钟)> (示例: APPBase_15.9.6-beta8_5413 )
|
||||||
|
|
||||||
|
#### 设置统一版本号,实现应用数据管理阶段性调整的坚实框架。
|
||||||
|
#### 以版本号versionCode 1520000为开发起点,15.20基线产品可实现的产品阶段编号为1520000到1520999之间。
|
||||||
|
#### 其中版本号000~999是应用数据管理架构的型号。与产品versionName “15.20.<产品编号>”其中的<产品编号>无关。
|
||||||
|
|||||||
@@ -26,7 +26,10 @@ android {
|
|||||||
applicationId "cc.winboll.studio.appbase"
|
applicationId "cc.winboll.studio.appbase"
|
||||||
minSdkVersion 26
|
minSdkVersion 26
|
||||||
targetSdkVersion 30
|
targetSdkVersion 30
|
||||||
versionCode 1
|
//1. Android 官方规则
|
||||||
|
//- versionCode 类型:int 整型
|
||||||
|
//- Java int 最大值:2147483647
|
||||||
|
versionCode 1520000
|
||||||
// versionName 更新后需要手动设置
|
// versionName 更新后需要手动设置
|
||||||
// .winboll/winbollBuildProps.properties 文件的 stageCount=0
|
// .winboll/winbollBuildProps.properties 文件的 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
|
||||||
#Sun May 17 15:55:29 HKT 2026
|
#Tue May 19 20:49:13 HKT 2026
|
||||||
stageCount=15
|
stageCount=18
|
||||||
libraryProject=libappbase
|
libraryProject=libappbase
|
||||||
baseVersion=15.20
|
baseVersion=15.20
|
||||||
publishVersion=15.20.14
|
publishVersion=15.20.17
|
||||||
buildCount=0
|
buildCount=0
|
||||||
baseBetaVersion=15.20.15
|
baseBetaVersion=15.20.18
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ public class AboutActivity extends Activity {
|
|||||||
appInfo.setAppName("APPBase");
|
appInfo.setAppName("APPBase");
|
||||||
appInfo.setAppIcon(R.drawable.ic_winboll);
|
appInfo.setAppIcon(R.drawable.ic_winboll);
|
||||||
appInfo.setAppDescription(getString(R.string.app_description));
|
appInfo.setAppDescription(getString(R.string.app_description));
|
||||||
appInfo.setAppGitName("WinBoLL");
|
appInfo.setAppGitName("APPBase");
|
||||||
appInfo.setAppGitOwner("Studio");
|
appInfo.setAppGitOwner("Studio");
|
||||||
appInfo.setAppGitAPPBranch(branchName);
|
appInfo.setAppGitAPPBranch(branchName);
|
||||||
appInfo.setAppGitAPPSubProjectFolder(branchName);
|
appInfo.setAppGitAPPSubProjectFolder(branchName);
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
#Created by .winboll/winboll_app_build.gradle
|
#Created by .winboll/winboll_app_build.gradle
|
||||||
#Sun May 17 15:55:29 HKT 2026
|
#Tue May 19 20:49:13 HKT 2026
|
||||||
stageCount=15
|
stageCount=18
|
||||||
libraryProject=libappbase
|
libraryProject=libappbase
|
||||||
baseVersion=15.20
|
baseVersion=15.20
|
||||||
publishVersion=15.20.14
|
publishVersion=15.20.17
|
||||||
buildCount=0
|
buildCount=0
|
||||||
baseBetaVersion=15.20.15
|
baseBetaVersion=15.20.18
|
||||||
|
|||||||
Reference in New Issue
Block a user