Android Gradle Version

Hi,

People form our Android Development Team explain me that with the recent releases of Android Studio IDE it set versionCode and buildNumber directly into the gradle file, instead of writing them inside the AndroidManifest.xml which was the standard in the past.

Now, I’m looking for some step that could solve that issue, because atm I must enforce our team to manually change versionCode and buildNumber in the AndroidManifest.xml.

Thanks for you feedback, best regards.

1 Like

If you could not find one (there might be, as there are generic replacer steps like Change value in file created by the Bitrise community), you can roll your own (e.g. use a Script step and just do grep / sed the file, or share your own step), or create a Feature Requests