[GH-ISSUE #309] How to handle version name and version code in Android #1089

Closed
opened 2026-04-16 10:19:07 -05:00 by GiteaMirror · 2 comments
Owner

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

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
Author
Owner

@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.

<!-- gh-comment-id:227004838 --> @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.
Author
Owner

@jwdonahue commented on GitHub (Oct 8, 2018):

@motobhakta, unless you have additional questions, please close this issue at your earliest possible convenience.

<!-- gh-comment-id:427927923 --> @jwdonahue commented on GitHub (Oct 8, 2018): @motobhakta, unless you have additional questions, please close this issue at your earliest possible convenience.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/semver#1089