Automatic app versioning for Android - the easy way
Let me show you how to achieve automatic app versioning the easy way. This method has been working for me for many Android projects. I hope you’ll like it too! The gist of this is that we’ll use git commands executed in build.gradle to set the versionCode…