File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import java.util.Properties
1313 * VersionUpdateCheck
1414 * Environment Area - App Version
1515 */
16- val appVersionDesktop = " 1.0.1 "
16+ val appVersionDesktop = " 1.0.2 "
1717
1818
1919plugins {
@@ -38,7 +38,7 @@ val versionCodeFinal = properties.getProperty("APP_VERSION_CODE").toInt() + 1
3838// VersionUpdateCheck
3939val isForAppStore = true
4040val isForPlayStore = false
41- var appProfile = " C.BETA " // Please Modify this String ONLY IF NECESSERY
41+ var appProfile = " PRODUCTION " // Please Modify this String ONLY IF NECESSERY
4242val appVersionCodeName = " SG3"
4343
4444initGradleProperties()
Original file line number Diff line number Diff line change 1- # Sun Mar 23 15:55:30 HKT 2025
1+ # Sun Mar 23 22:10:07 HKT 2025
22APP_PLATFORM =Android
3- APP_PROFILE =C.BETA
3+ APP_PROFILE =PRODUCTION
44APP_VERSION =2025.03.23
55APP_VERSION_BETA =3.0.1
6- APP_VERSION_CODE =8558
6+ APP_VERSION_CODE =8567
77APP_VERSION_CODENAME =SG3
88APP_VERSION_CODENAME_BETA =Echo
9- APP_VERSION_DESKTOP =1.0.1
9+ APP_VERSION_DESKTOP =1.0.2
1010android.nonTransitiveRClass =true
1111android.useAndroidX =true
1212archiveFileName =SG3-C.BETA-2025.02.03(6191)
You can’t perform that action at this time.
0 commit comments