For various reasons (for example publishing an update to an app on Google Play Store will require it to have a newer versions), you should increment the version/build number for your project.
This can be easily done in your build.gradle file.
Continue reading “Android: auto-incrementing version number”