Reputation: 3689
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?
Upvotes: 4
Views: 646
Reputation: 3689
According to Google, the missing isShrinkResources issue is fixed in an upcoming AGP 7.0-beta1 https://issuetracker.google.com/issues/186806256
Upvotes: 2