Skip to content

Commit cbe7f3b

Browse files
committed
生成的MicroModule R类中增加mipmap类型
1 parent 5337102 commit cbe7f3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

micro-module/src/main/groovy/com/eastwood/tools/plugins/GenerateMicroModuleRFileTask.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import java.util.zip.ZipEntry
1717

1818
class GenerateMicroModuleRFileTask extends DefaultTask {
1919

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

2323
String packageName

0 commit comments

Comments
 (0)