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

set_version_name does not work if there are spaces #8

Open
abbeyjackson opened this issue Dec 7, 2020 · 1 comment
Open

set_version_name does not work if there are spaces #8

abbeyjackson opened this issue Dec 7, 2020 · 1 comment

Comments

@abbeyjackson
Copy link

I have found a bug in android_set_version_name.

If there is a space in the version name, for example:
"3.2.1 some word"

only the last set of characters after the last space are replaced. So if I were to try to set the version name to "3.2.2 another word" the actual version name in the gradle file will be:
"3.2.1 some 3.2.2 another word"

@FreTimmerman
Copy link

yep, i also have this problem. bumping this issue

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