diff --git a/README-CN.md b/README-CN.md index 46e7a95..2b41376 100644 --- a/README-CN.md +++ b/README-CN.md @@ -27,6 +27,7 @@ McImage是无侵入式的全量压缩资源图片插件 > v0.0.2以后的用户更新到0.0.2以上需要升级你的mctools文件夹,已经上传到release。 +- 0.1.2 : Bug fix,修复了检查图片大小功能不生效的问题 - 0.1.1 : Bug fix,修复了在module中apply无法编译通过的问题,修复了enableWhenDebug开关无法使用的问题 - 0.0.4 : 添加了自动识别操作系统的支持,去掉了webpQuality选项(设置不好对图片压缩会肉眼可见,强制使用默认值),优化了Log写法 - 0.0.3 : 添加了对webp的支持。会在压缩之后自动将你符合规则的图片转换为webp格式,并且会比对大小,如果转换之后更大则舍弃转换,并且插件对API 14 和API 18的webp问题进行了处理,具体问题请google查询。 @@ -42,7 +43,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.smallsoho.mobcase:McImage:0.1.1' + classpath 'com.smallsoho.mobcase:McImage:0.1.2' } } ``` diff --git a/README.md b/README.md index 49b9ee6..c7d5e6f 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ Used algorithm > The user use v0.0.2 update plugin need update your mctools dir together. +- 0.1.2 : Bug fix(Fix the problem that check image size not work) - 0.1.1 : Bug fix(Fix the problem not work for module and fix the problem of enableWhenDebug not work) - 0.0.4 : Add auto choose system future.Remove webpQualitu config (Set inappropriate will result the img lossless) - 0.0.3 : Add webp ! It will auto convert your png (without alpha in min API < 18 and not work in min API < 14) and jpg to webp if it will become more small. @@ -44,7 +45,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.smallsoho.mobcase:McImage:0.1.1' + classpath 'com.smallsoho.mobcase:McImage:0.1.2' } } ```