android tutorial - Shrink the resources in android | Developer android - android app development - android studio - android app developement
Shrink the resources in android
To enable resource shrinking, set the shrinkResources property to true in your build.gradle file.
Pay attention because resource shrinking works only in conjunction with code shrinking. You can customize which resources to keep or discard creating an XML file like this:
Save this file in res/raw folder