build.gradle: Do no crunch PNGs, as they are already crunched.

This commit is contained in:
Andreas Schildbach 2019-10-10 22:38:26 +02:00
parent 55bab0c737
commit 26379d4da3

View file

@ -42,6 +42,7 @@ android {
all { all {
minifyEnabled true minifyEnabled true
shrinkResources true shrinkResources true
crunchPngs false
proguardFile 'proguard.cfg' proguardFile 'proguard.cfg'
} }
debug { debug {