Skip to content

Commit 261d3a7

Browse files
committed
docs: Compile for PROD v2025.05.26 (9200)
1 parent a59cd7f commit 261d3a7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

composeApp/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ val versionCodeFinal = properties.getProperty("APP_VERSION_CODE").toInt() + 1
3939
//BETA | C.BETA | DEV | PRODUCTION
4040
//VersionUpdateCheck
4141
val 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
4444
val appVersionCodeName = "Firefly"
4545

4646
if(isForPlayStore) appProfile = "PRODUCTION_GP"

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
#Mon May 26 11:48:05 HKT 2025
1+
#Mon May 26 12:52:39 HKT 2025
22
APP_PLATFORM=Android
3-
APP_PROFILE=BETA
3+
APP_PROFILE=PRODUCTION_GP
44
APP_VERSION=2025.05.26
55
APP_VERSION_BETA=3.0.1
6-
APP_VERSION_CODE=9197
6+
APP_VERSION_CODE=9201
77
APP_VERSION_CODENAME=Firefly
88
APP_VERSION_CODENAME_BETA=Echo
99
APP_VERSION_DESKTOP=1.0.4

0 commit comments

Comments
 (0)