The instructions for making a publish build for Android involve editing a number of files.
Has anyone figured out how to set up their project so you don’t have to go through this editing sequence (error prone) every time you want to make a publish build?
I’m vaguely thinking of setting up a separate checkout of the repository with the files edited for android publish, and just upmerging to that checkout when ready and publishing from there.