We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi!
Great package but it doesn't seem to be incremented the apps version code in the android build.grade. Is this possible to fix??
build.grade
The text was updated successfully, but these errors were encountered:
Should be, and works fine here - any more details about your issue? https://github.com/gustarus/react-native-version-up/blob/master/index.js#L15-L16
Sorry, something went wrong.
This broke for me and the reason is that my CFBundleVersion in my Info.plist looks like this -
<key>CFBundleVersion</key> <string>$(CURRENT_PROJECT_VERSION)</string>
I'm not sure what changed this from a int to an env var but it might be the cause of other people's issues.
Here's a PR for the changes needed to get the version code from the build.gradle instead of the Info.plist - #7
No branches or pull requests
Hi!
Great package but it doesn't seem to be incremented the apps version code in the android
build.grade
. Is this possible to fix??The text was updated successfully, but these errors were encountered: