-
Notifications
You must be signed in to change notification settings - Fork 150
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
40f2607
commit 77b6596
Showing
2 changed files
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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放在这里并且加上一个链接~ 发到我的邮箱[email protected]并备注mcimage即可 | ||
|
||
PS:目前我司项目正在使用此仓库进行压缩 | ||
|
||
### Use | ||
|
||
首先,修改你根目录的build.gradle. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 [email protected] | ||
|
||
### Use | ||
|
||
The first, add the plugin in your project root build.gradle. | ||
|