Android: auto-incrementing version number

Incrementing the version/build number for your project is important for various reasons, such as publishing an update to an app on the Google Play Store requiring a newer version. This can be easily done in your build.gradle file.

Continue reading “Android: auto-incrementing version number”