Update Publishing to the Google Play Store authored by Devin's avatar Devin
......@@ -7,9 +7,13 @@ If you're ready to send an app update to the Google Play Store, follow these ste
The production page is where you'll see the current version of the app on the store, and where you'll be able to submit a new update. Now, you'll want to determine what version your update is going to be. In the "Production" page, you should see both the build number and the version in a few locations:
* At the top of the page, under "Track summary"
* Under the Release Dashboard, where you can select previous releases.
On this page, the version should look much like the following:
* 6 (1.2.1)
Here's what this represents:
* 6 is the `build number` (or the "version code")
* 1.2.1 is the `app version` (or the "version name")
......
......