Skip to content

Commit

Permalink
生成的MicroModule R类中增加mipmap类型
Browse files Browse the repository at this point in the history
  • Loading branch information
EastWoodYang committed May 1, 2019
1 parent 5337102 commit cbe7f3b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import java.util.zip.ZipEntry

class GenerateMicroModuleRFileTask extends DefaultTask {

public final static List<String> SUPPORT_RESOURCE_TYPE = ["anim", "array", "attr", "bool", "color", "dimen",
public final static List<String> SUPPORT_RESOURCE_TYPE = ["anim", "array", "attr", "bool", "color", "dimen", "mipmap",
"drawable", "id", "integer", "layout", "menu", "plurals", "string", "style", "styleable"]

String packageName
Expand Down

0 comments on commit cbe7f3b

Please sign in to comment.