diff --git a/README-CN.md b/README-CN.md index 86dc18e..acc3831 100644 --- a/README-CN.md +++ b/README-CN.md @@ -42,6 +42,12 @@ gradle 3.0之前版本请使用 0.1.5 - 0.0.3 : 添加了对webp的支持。会在压缩之后自动将你符合规则的图片转换为webp格式,并且会比对大小,如果转换之后更大则舍弃转换,并且插件对API 14 和API 18的webp问题进行了处理,具体问题请google查询。 - 0.0.2 : 完善了日志的输出 +### Who is using + +如果你使用McImage,我可以把你的icon放在这里并且加上一个链接~ 发到我的邮箱b3069741@gmail.com并备注mcimage即可 + +PS:目前我司项目正在使用此仓库进行压缩 + ### Use 首先,修改你根目录的build.gradle. diff --git a/README.md b/README.md index 9649505..731ee8d 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,10 @@ before gradle 3.0 use 0.1.5 - 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. - 0.0.2 : Improve the log. +### Who is using + +I can put your icon with one link at here if you use McImage. My email b3069741@gmail.com + ### Use The first, add the plugin in your project root build.gradle.