build.gradle: Enable resource shrinking.

This commit is contained in:
Andreas Schildbach 2019-04-04 23:17:17 +02:00
parent 549d5a3b47
commit 48376cc6fe

View file

@ -41,6 +41,7 @@ android {
buildTypes {
all {
minifyEnabled true
shrinkResources true
proguardFile 'proguard.cfg'
}
debug {