File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -39,8 +39,8 @@ val versionCodeFinal = properties.getProperty("APP_VERSION_CODE").toInt() + 1
3939// BETA | C.BETA | DEV | PRODUCTION
4040// VersionUpdateCheck
4141val isForAppStore = true
42- val isForPlayStore = false
43- var appProfile = " BETA " // Please Modify this String ONLY IF NECESSERY
42+ val isForPlayStore = true
43+ var appProfile = " PRODUCTION " // Please Modify this String ONLY IF NECESSERY
4444val appVersionCodeName = " Firefly"
4545
4646if (isForPlayStore) appProfile = " PRODUCTION_GP"
Original file line number Diff line number Diff line change 1- # Mon May 26 11:48:05 HKT 2025
1+ # Mon May 26 12:52:39 HKT 2025
22APP_PLATFORM =Android
3- APP_PROFILE =BETA
3+ APP_PROFILE =PRODUCTION_GP
44APP_VERSION =2025.05.26
55APP_VERSION_BETA =3.0.1
6- APP_VERSION_CODE =9197
6+ APP_VERSION_CODE =9201
77APP_VERSION_CODENAME =Firefly
88APP_VERSION_CODENAME_BETA =Echo
99APP_VERSION_DESKTOP =1.0.4
You can’t perform that action at this time.
0 commit comments