android-testing-templates
android-testing-templates copied to clipboard
How to target a different build type in the test module?
By default, the test module (com.android.test) targets the debug build type.
The official documentation mentions that it is possible to change this default configuration and target a different build type (eg release with minification enabled).
Could you add an example of such configuration in the samples?
Thx