android-testing-templates icon indicating copy to clipboard operation
android-testing-templates copied to clipboard

How to target a different build type in the test module?

Open denis-colliot opened this issue 2 years ago • 0 comments

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

denis-colliot avatar Jul 24 '23 16:07 denis-colliot