mirror of
http://gitea.winboll.cc/Studio/WinBoLL.git
synced 2026-07-01 12:55:46 +08:00
Compare commits
4 Commits
5de9ecc371
...
bee443d68e
| Author | SHA1 | Date | |
|---|---|---|---|
| bee443d68e | |||
| f5003f6b14 | |||
| c9e0eb3304 | |||
| d6e7b49978 |
@@ -26,7 +26,10 @@ android {
|
||||
applicationId "cc.winboll.studio.aes"
|
||||
minSdkVersion 26
|
||||
targetSdkVersion 30
|
||||
versionCode 1
|
||||
//1. Android 官方规则
|
||||
//- versionCode 类型:int 整型
|
||||
//- Java int 最大值:2147483647
|
||||
versionCode 1520000
|
||||
// versionName 更新后需要手动设置
|
||||
// 项目模块目录的 build.gradle 文件的 stageCount=0
|
||||
// Gradle编译环境下合起来的 versionName 就是 "${versionName}.0"
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
#Created by .winboll/winboll_app_build.gradle
|
||||
#Sun May 17 20:53:49 HKT 2026
|
||||
stageCount=5
|
||||
#Tue May 19 20:39:06 HKT 2026
|
||||
stageCount=8
|
||||
libraryProject=libaes
|
||||
baseVersion=15.20
|
||||
publishVersion=15.20.4
|
||||
publishVersion=15.20.7
|
||||
buildCount=0
|
||||
baseBetaVersion=15.20.5
|
||||
baseBetaVersion=15.20.8
|
||||
|
||||
@@ -26,7 +26,10 @@ android {
|
||||
applicationId "cc.winboll.studio.appbase"
|
||||
minSdkVersion 26
|
||||
targetSdkVersion 30
|
||||
versionCode 1
|
||||
//1. Android 官方规则
|
||||
//- versionCode 类型:int 整型
|
||||
//- Java int 最大值:2147483647
|
||||
versionCode 1520000
|
||||
// versionName 更新后需要手动设置
|
||||
// .winboll/winbollBuildProps.properties 文件的 stageCount=0
|
||||
// Gradle编译环境下合起来的 versionName 就是 "${versionName}.0"
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
#Created by .winboll/winboll_app_build.gradle
|
||||
#Sun May 17 16:16:51 HKT 2026
|
||||
stageCount=16
|
||||
#Tue May 19 20:49:24 HKT 2026
|
||||
stageCount=18
|
||||
libraryProject=libappbase
|
||||
baseVersion=15.20
|
||||
publishVersion=15.20.15
|
||||
publishVersion=15.20.17
|
||||
buildCount=0
|
||||
baseBetaVersion=15.20.16
|
||||
baseBetaVersion=15.20.18
|
||||
|
||||
@@ -37,7 +37,7 @@ public class AboutActivity extends Activity {
|
||||
appInfo.setAppName("APPBase");
|
||||
appInfo.setAppIcon(R.drawable.ic_winboll);
|
||||
appInfo.setAppDescription(getString(R.string.app_description));
|
||||
appInfo.setAppGitName("WinBoLL");
|
||||
appInfo.setAppGitName("APPBase");
|
||||
appInfo.setAppGitOwner("Studio");
|
||||
appInfo.setAppGitAPPBranch(branchName);
|
||||
appInfo.setAppGitAPPSubProjectFolder(branchName);
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
#Created by .winboll/winboll_app_build.gradle
|
||||
#Sun May 17 20:53:39 HKT 2026
|
||||
stageCount=5
|
||||
#Tue May 19 20:38:13 HKT 2026
|
||||
stageCount=8
|
||||
libraryProject=libaes
|
||||
baseVersion=15.20
|
||||
publishVersion=15.20.4
|
||||
publishVersion=15.20.7
|
||||
buildCount=0
|
||||
baseBetaVersion=15.20.5
|
||||
baseBetaVersion=15.20.8
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
#Created by .winboll/winboll_app_build.gradle
|
||||
#Sun May 17 16:16:36 HKT 2026
|
||||
stageCount=16
|
||||
#Tue May 19 20:49:13 HKT 2026
|
||||
stageCount=18
|
||||
libraryProject=libappbase
|
||||
baseVersion=15.20
|
||||
publishVersion=15.20.15
|
||||
publishVersion=15.20.17
|
||||
buildCount=0
|
||||
baseBetaVersion=15.20.16
|
||||
baseBetaVersion=15.20.18
|
||||
|
||||
Reference in New Issue
Block a user