mirror of
http://gitea.winboll.cc/Studio/WinBoLL.git
synced 2026-06-29 20:12:23 +08:00
Compare commits
15 Commits
aes-v15.20
...
aes-v15.20
| Author | SHA1 | Date | |
|---|---|---|---|
| 9c3963822e | |||
| 30532f8e8d | |||
| 2b98149e0f | |||
| 80d9b764ee | |||
| d4f24a9b0c | |||
| f357e353ee | |||
| edd312a525 | |||
| aec680e36e | |||
| 937f90aa07 | |||
| 643e91bd71 | |||
| 1c6f7783e5 | |||
| f4c6cea623 | |||
| a0309ce98a | |||
|
|
193011a80d | ||
| 931671d85a |
@@ -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
|
||||||
#Sun May 17 20:53:39 HKT 2026
|
#Tue May 19 20:38:13 HKT 2026
|
||||||
stageCount=5
|
stageCount=8
|
||||||
libraryProject=libaes
|
libraryProject=libaes
|
||||||
baseVersion=15.20
|
baseVersion=15.20
|
||||||
publishVersion=15.20.4
|
publishVersion=15.20.7
|
||||||
buildCount=0
|
buildCount=0
|
||||||
baseBetaVersion=15.20.5
|
baseBetaVersion=15.20.8
|
||||||
|
|||||||
@@ -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 16:16:36 HKT 2026
|
#Tue May 19 18:54:18 HKT 2026
|
||||||
stageCount=16
|
stageCount=17
|
||||||
libraryProject=libappbase
|
libraryProject=libappbase
|
||||||
baseVersion=15.20
|
baseVersion=15.20
|
||||||
publishVersion=15.20.15
|
publishVersion=15.20.16
|
||||||
buildCount=0
|
buildCount=0
|
||||||
baseBetaVersion=15.20.16
|
baseBetaVersion=15.20.17
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
#Created by .winboll/winboll_app_build.gradle
|
#Created by .winboll/winboll_app_build.gradle
|
||||||
#Sun May 17 20:53:39 HKT 2026
|
#Tue May 19 20:38:13 HKT 2026
|
||||||
stageCount=5
|
stageCount=8
|
||||||
libraryProject=libaes
|
libraryProject=libaes
|
||||||
baseVersion=15.20
|
baseVersion=15.20
|
||||||
publishVersion=15.20.4
|
publishVersion=15.20.7
|
||||||
buildCount=0
|
buildCount=0
|
||||||
baseBetaVersion=15.20.5
|
baseBetaVersion=15.20.8
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
#Created by .winboll/winboll_app_build.gradle
|
#Created by .winboll/winboll_app_build.gradle
|
||||||
#Sun May 17 16:16:36 HKT 2026
|
#Tue May 19 18:54:18 HKT 2026
|
||||||
stageCount=16
|
stageCount=17
|
||||||
libraryProject=libappbase
|
libraryProject=libappbase
|
||||||
baseVersion=15.20
|
baseVersion=15.20
|
||||||
publishVersion=15.20.15
|
publishVersion=15.20.16
|
||||||
buildCount=0
|
buildCount=0
|
||||||
baseBetaVersion=15.20.16
|
baseBetaVersion=15.20.17
|
||||||
|
|||||||
Reference in New Issue
Block a user