Skip to content

Files

Latest commit

842cdbf · Dec 15, 2020

History

History
24 lines (16 loc) · 928 Bytes

File metadata and controls

24 lines (16 loc) · 928 Bytes

booster-task-compression-cwebp

This module is used for assets and resource compression using cwebp

Properties

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*

Using cwebp

./gradlew assembleDebug -Pbooster.task.compression.cwebp.quality=75

or configured in the gradle.properties:

booster.task.compression.cwebp.quality=75