My company recently migrated from Buddybuild, all good so far except deployment. One of our projects has multiple flavors with different package names, and we to be “deploying all” after the Sign APK step.
Buddybuild could detect the flavors, you could select which ones to deploy after every build, and then deployed seamlessly. I can’t figure out how to do that in Bitrise though. Any ideas?
or, if you build the APKs with separate Gradle Runner steps, then you don’t even have to specify the path to the Sign APK step, as it can simply use the output of Gradle Runner (given that it only generates one APK, e.g. for a specific flavor/variant):