Skip to content
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

android_set_version_name misses single colon in version #11

Open
jplorier opened this issue Jun 28, 2021 · 1 comment
Open

android_set_version_name misses single colon in version #11

jplorier opened this issue Jun 28, 2021 · 1 comment

Comments

@jplorier
Copy link

I've tried in many ways to pass the version name to include the single colon as the syntax demands, but it always includes the version name without the colons

@joe-yeomans
Copy link

You can get around it by wrapping it in single quotes:

	  android_set_version_name(
		  version_name: "\'1.0.0\'"
	  )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants