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

fix(fastlane): ENG-5249 android app center release mode #2692

Merged
merged 1 commit into from
May 7, 2024

Conversation

crherman7
Copy link
Contributor

Describe your changes

Android build number for is important for not only the Google Play Store but also if you are installing subsequent versions of a mobile application. The build number must be incremental compared to the previous version installed.

Adding the conditional to release mode to always increment the build number based on the previously released version.

Issue ticket number and link

Ticket

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)

Test Plan

yarn test

Checklist before requesting a review

  • A self-review of my code has been completed
  • Tests have been added / updated if required
  • Documentation has been updated to reflect these changes

Android build number for is important for not only the Google
Play Store but also if you are installing subsequent versions
of a mobile application. The build number must be incremental
compared to the previous version installed.

Adding the conditional to release mode to always increment the
build nubmer based on the previously released version.
@@ -2213,7 +2213,8 @@
tslib "^2.0.0"

"@brandingbrand/code-plugin-local@link:./apps/react-native/.coderc/plugins/plugin-local":
version "0.0.1"
version "0.0.0"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is leftover incidentals from dependabot.

@crherman7 crherman7 added the v12 label May 2, 2024
@NickBurkhartBB NickBurkhartBB merged commit 41ce946 into brandingbrand:develop May 7, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants