chore: 版本更新至 5.27.0

This commit is contained in:
chenjuntao
2023-05-22 11:46:06 +08:00
parent 74c3e7a10d
commit fe5b93c35a
2 changed files with 3 additions and 2 deletions

View File

@ -72,6 +72,7 @@ android_build:
only: only:
- dev - dev
- dev-5.26.0 - dev-5.26.0
- dev-5.27.0
# 代码检查 # 代码检查
sonarqube_analysis: sonarqube_analysis:

View File

@ -7,8 +7,8 @@ ext {
targetSdkVersion = 28 targetSdkVersion = 28
// application info (每个大版本之间的 versionCode 增加 20) // application info (每个大版本之间的 versionCode 增加 20)
versionCode = 870 versionCode = 890
versionName = "5.26.0" versionName = "5.27.0"
applicationId = "com.gh.gamecenter" applicationId = "com.gh.gamecenter"
// AndroidX // AndroidX