CanMinifyAndroidResources
@Incubating interface CanMinifyAndroidResources
| ApplicationVariant | Properties for the main Variant of an application. | 
Interface for component that can shrink resources
Summary
| Public properties | |
|---|---|
| Boolean | Specifies whether resources will be shrinked. | 
Public properties
shrinkResources
val shrinkResources: Boolean
Specifies whether resources will be shrinked. At this point the value is final. You can change it via AndroidComponentsExtension.beforeVariants and CanMinifyAndroidResourcesBuilder.shrinkResources
