Skip to content

Commit 4baccdf

Browse files
authored
Fix: Use abysnerVersionBase for MARKETING_VERSION so beta postfix is not included (#154)
1 parent 2876939 commit 4baccdf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

composeApp/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ val versionInfoProvider = tasks.register<GenerateVersionInfoTask>("generateVersi
239239
// Sync version info to iOS xcconfig at configuration time, so it's available before Xcode resolves build settings.
240240
rootProject.file("iosApp/Configuration/Version.xcconfig").writeText(
241241
"""
242-
MARKETING_VERSION=$abysnerVersion
242+
MARKETING_VERSION=$abysnerVersionBase
243243
CURRENT_PROJECT_VERSION=$abysnerBuildNumber
244244
""".trimIndent() + "\n"
245245
)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
MARKETING_VERSION=2.0.0-beta
1+
MARKETING_VERSION=2.0.0
22
CURRENT_PROJECT_VERSION=11

0 commit comments

Comments
 (0)