chore: 版本更新至 5.30.0

This commit is contained in:
juntao
2023-07-03 10:06:33 +08:00
committed by chenjuntao
parent 0e9f7feff9
commit 56c8885030
2 changed files with 7 additions and 3 deletions

View File

@ -72,6 +72,7 @@ android_build:
only:
- dev
- dev-5.29.0
- dev-5.30.0
# 代码检查
sonarqube_analysis:
@ -103,6 +104,7 @@ sonarqube_analysis:
only:
- dev
- dev-5.29.0
- dev-5.30.0
## 发送简易检测结果报告
send_sonar_report:
@ -121,6 +123,7 @@ send_sonar_report:
only:
- dev
- dev-5.29.0
- dev-5.30.0
oss-upload&send-email:
tags:
@ -153,3 +156,4 @@ oss-upload&send-email:
only:
- dev
- dev-5.29.0
- dev-5.30.0

View File

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