Sunday, November 15, 2015

How to change android version for successive deployments to google play store

How to change android version for successive deployments to google play store?

Once you have uploaded an apk file and if you fix a bug, you may need to re-upload (redeploy) your apk file to google play store.

One will need to update the version number of the release.

How do you do it?

In Android Studio, look for build.gradle under app (not under gradle)



Change the version code and version number to a higher value (default is 1)



Now proceed to generate a signed apk and upload the new apk to google play store.

No comments:

Post a Comment