mirror of
http://gitea.winboll.cc/Studio/WinBoLL.git
synced 2026-06-29 20:12:23 +08:00
Compare commits
6 Commits
appbase-v1
...
appbase-v1
| Author | SHA1 | Date | |
|---|---|---|---|
| 4833ce2a59 | |||
| df15a8c7d2 | |||
| 6574f561b2 | |||
| cca63a9a4a | |||
| 14e4a9af8a | |||
| 16a9a1cecc |
@@ -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:52:00 HKT 2026
|
#Tue May 19 18:54:18 HKT 2026
|
||||||
stageCount=14
|
stageCount=17
|
||||||
libraryProject=libappbase
|
libraryProject=libappbase
|
||||||
baseVersion=15.20
|
baseVersion=15.20
|
||||||
publishVersion=15.20.13
|
publishVersion=15.20.16
|
||||||
buildCount=0
|
buildCount=0
|
||||||
baseBetaVersion=15.20.14
|
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 15:52:00 HKT 2026
|
#Tue May 19 18:54:18 HKT 2026
|
||||||
stageCount=14
|
stageCount=17
|
||||||
libraryProject=libappbase
|
libraryProject=libappbase
|
||||||
baseVersion=15.20
|
baseVersion=15.20
|
||||||
publishVersion=15.20.13
|
publishVersion=15.20.16
|
||||||
buildCount=0
|
buildCount=0
|
||||||
baseBetaVersion=15.20.14
|
baseBetaVersion=15.20.17
|
||||||
|
|||||||
Reference in New Issue
Block a user