Android isShrinkResources removed by gradle plugin 7.0.0-alpha15. How to shrink resources?

Viewed 363

Latest Android gradle plugin 7.0.0-alpha15 removed the option isShrinkResources in BuildType. Does isMinifyEnabled now superseeds it, or is there a new way to ensure the resources will be shrinked when building the app?

1 Answers
Related