1
0
Fork 0
mirror of https://github.com/MatomoCamp/matomocamp-companion-android.git synced 2024-09-19 16:13:46 +02:00

Disable PNG cruncher since our original PNG files are already smaller

This commit is contained in:
Christophe Beyls 2016-05-24 23:43:19 +02:00
parent 7b1f15a95e
commit e42c30ca90

View file

@ -21,6 +21,10 @@ android {
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
} }
} }
aaptOptions {
cruncherEnabled false
}
} }
ext { ext {