Skip to content

Commit 85553c7

Browse files
committed
docs: Build Gradle Prepare for PRODUCTION
1 parent 85a0c31 commit 85553c7

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

composeApp/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

1919
plugins {
@@ -38,7 +38,7 @@ val versionCodeFinal = properties.getProperty("APP_VERSION_CODE").toInt() + 1
3838
//VersionUpdateCheck
3939
val isForAppStore = true
4040
val 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
4242
val appVersionCodeName = "SG3"
4343

4444
initGradleProperties()

gradle.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
#Sun Mar 23 15:55:30 HKT 2025
1+
#Sun Mar 23 22:10:07 HKT 2025
22
APP_PLATFORM=Android
3-
APP_PROFILE=C.BETA
3+
APP_PROFILE=PRODUCTION
44
APP_VERSION=2025.03.23
55
APP_VERSION_BETA=3.0.1
6-
APP_VERSION_CODE=8558
6+
APP_VERSION_CODE=8567
77
APP_VERSION_CODENAME=SG3
88
APP_VERSION_CODENAME_BETA=Echo
9-
APP_VERSION_DESKTOP=1.0.1
9+
APP_VERSION_DESKTOP=1.0.2
1010
android.nonTransitiveRClass=true
1111
android.useAndroidX=true
1212
archiveFileName=SG3-C.BETA-2025.02.03(6191)

0 commit comments

Comments
 (0)