Compare commits

...

3 Commits

Author SHA1 Message Date
b216d33d6b chore: 版本更新至 5.19.2 2023-02-24 16:00:21 +08:00
4fe062ea40 Merge branch 'feature-GHZS-1386' into 'release'
feat: 启动畅玩游戏时添加光环版本和渠道 https://jira.shanqu.cc/browse/GHZS-1386

See merge request halo/android/assistant-android!739
2023-02-24 11:14:43 +08:00
7d678085d5 feat: 启动畅玩游戏时添加光环版本和渠道 https://jira.shanqu.cc/browse/GHZS-1386 2023-02-24 11:09:57 +08:00
3 changed files with 6 additions and 4 deletions

View File

@ -599,7 +599,9 @@ object VHelper {
packageName,
downloadEntity?.gameId ?: "unknown",
MetaUtil.getBase64EncodedAndroidId(),
HaloApp.getInstance().gid)
HaloApp.getInstance().gid,
com.gh.gamecenter.BuildConfig.VERSION_NAME,
HaloApp.getInstance().channel)
intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK)
context.startActivity(intent)

View File

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