-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problems with versionName and string interpolation #7
Comments
I am also facing similar issue. Is there any solution for this ? |
You can get around it by wrapping it in single quotes:
|
micbakos-rdx
added a commit
to radixdlt/babylon-wallet-android
that referenced
this issue
May 23, 2023
…uces This plugin is unable to read the version name when it is a variable. It reads it as a string. See this: beplus/fastlane-plugin-versioning_android#7
micbakos-rdx
added a commit
to radixdlt/babylon-wallet-android
that referenced
this issue
May 23, 2023
…uces This plugin is unable to read the version name when it is a variable. It reads it as a string. See this: beplus/fastlane-plugin-versioning_android#7
micbakos-rdx
added a commit
to radixdlt/babylon-wallet-android
that referenced
this issue
May 23, 2023
…uces This plugin is unable to read the version name when it is a variable. It reads it as a string. See this: beplus/fastlane-plugin-versioning_android#7
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I'm facing a problem when invoke
android_get_version_name
Due my build.gradle has following structure:
Then
android_get_version_name
is returned${versionMajor}.${versionMinor}.${versionPatch}
instead of6.8.27
, I'm not sure if there's a problem with this plugin or do I have to change something from my side.There's the fastlane step i have
The text was updated successfully, but these errors were encountered: