ImgCompressPlugin icon indicating copy to clipboard operation
ImgCompressPlugin copied to clipboard

一款Android端自动化图片压缩的gradle插件,一键扫描项目中的资源目录并进行批量图片压缩,提供3种压缩方式,支持有损及无损压缩.同时会记录已压缩的文件,适合个人及团队协同使用.

Results 2 ImgCompressPlugin issues
Sort by recently updated
recently updated
newest added

```bash copyToTestPath >>C:\Projects\famulei_se\app\ImageCompressTest\100~200KB/share_dynamic_bottom.png ``` 应该是 ```bash copyToTestPath >>C:\Projects\famulei_se\app\ImageCompressTest\100~200KB\share_dynamic_bottom.png ```

classpath 'com.android.tools.build:gradle:7.0.4' Some problems were found with the configuration of task ':ImgCompressTask' (type 'ImgCompressTask'). - Type 'com.kingkingdu.ImgCompressTask' property 'compressedInfo' is missing an input or output annotation. Reason: A property without...