This module is used for assets and resource compression using cwebp
The following table shows the properties that transformer supports:
Property | Description | Example |
---|---|---|
booster.task.compression.cwebp.quality |
compression quality (the default is 80) | |
booster.task.compression.cwebp.ignores |
ignore wildcards (separated by comma) | mipmap/ic_launcher*,drawable/ic_launcher* |
./gradlew assembleDebug -Pbooster.task.compression.cwebp.quality=75
or configured in the gradle.properties
:
booster.task.compression.cwebp.quality=75