I have a project with three different build types: debug, beta, and release. My test package is always created for debug builds, but QA uses the beta build and we want QA to
You can now point this to a different target, I don't know when this happened, but from the docs:
Currently only one Build Type is tested. By default it is the debug Build Type, but this can be reconfigured with: android { ... testBuildType "staging" }
Currently only one Build Type is tested. By default it is the debug Build Type, but this can be reconfigured with:
android { ... testBuildType "staging" }