AndroidTest
Added in 8.3.1
@Incubating
interface AndroidTest
DSL object on library build type for configurations of the android test component.
android { buildTypes { debug { androidTest { enableMinification = ... } } } }
Summary
Public properties |
|
---|---|
Boolean |
Enable minification for the android test component |
Public properties
enableMinification
Added in 8.3.1
var enableMinification: Boolean
Enable minification for the android test component