Skip to content

Latest commit

 

History

History
 
 

booster-task-compression-cwebp

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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