mirror of
https://github.com/semver/semver.git
synced 2026-07-10 19:50:47 -05:00
[GH-ISSUE #309] How to handle version name and version code in Android #4467
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @srbhakta on GitHub (Jun 2, 2016).
Original GitHub issue: https://github.com/semver/semver/issues/309
How to handle version name and version code in Android
@tdpsk commented on GitHub (Jun 19, 2016):
What I typically apply is a versionCode that represents the build number counting up from 1, as this is Google's best practice recommendation. For display purposes in the Play Store and App I apply SemVer to the versionName.
@jwdonahue commented on GitHub (Oct 8, 2018):
@motobhakta, unless you have additional questions, please close this issue at your earliest possible convenience.