luckybilly / CC

业界首个支持渐进式组件化改造的Android组件化开源框架,支持跨进程调用。Componentize your android project gradually.
https://luckybilly.github.io/CC-website/
Apache License 2.0
4.04k stars 636 forks source link

使用微信的and_res_guard的插件进行打包出现问题 #83

Closed Foamtor closed 5 years ago

Foamtor commented 5 years ago

来自讨论群的疑问:

image 插件版本1.x

Foamtor commented 5 years ago

作者回复:

1.x 版本的修复方式为: 将cc-settings.gradle文件里第60行正则表达式改成这样:

def regex = "((.*:)?${project.name.toUpperCase()}:)?((ASSEMBLE)|(INSTALL)|((BUILD)?TINKER)|(RESGUARD)).*"

2.x版本无此问题

参考 https://github.com/luckybilly/CC/issues/37