We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
abysnerVersionBase
MARKETING_VERSION
1 parent 2876939 commit 4baccdfCopy full SHA for 4baccdf
2 files changed
composeApp/build.gradle.kts
@@ -239,7 +239,7 @@ val versionInfoProvider = tasks.register<GenerateVersionInfoTask>("generateVersi
239
// Sync version info to iOS xcconfig at configuration time, so it's available before Xcode resolves build settings.
240
rootProject.file("iosApp/Configuration/Version.xcconfig").writeText(
241
"""
242
- MARKETING_VERSION=$abysnerVersion
+ MARKETING_VERSION=$abysnerVersionBase
243
CURRENT_PROJECT_VERSION=$abysnerBuildNumber
244
""".trimIndent() + "\n"
245
)
iosApp/Configuration/Version.xcconfig
@@ -1,2 +1,2 @@
1
-MARKETING_VERSION=2.0.0-beta
+MARKETING_VERSION=2.0.0
2
CURRENT_PROJECT_VERSION=11
0 commit comments