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