Updates the Android versionCode and versionName in your project's build.gradle file.
Modifies the version information of your Android app by updating versionCode and versionName attributes in your project's build.gradle file before you'd publish your app to Google Play Store.
<major>.<minor>.<point>.build.gradle file's versionCode attribute. The input's value must be an integer.
If you wish to offset the value you set in the New versionCode input, then you can use the versionCode Offset input to add the offset integer value here. This number will be added to the versionCode's value.The Change Android versionCode and versionName Step must be inserted BEFORE the Android Build Step as the former makes sure you upload the build with the right versionCode and versionName to Google Play Store.