Skip to content
Half Stack edited this page Jun 20, 2018 · 15 revisions
  1. 混淆
# Router
-keep class com.chenenyu.router.** {*;}
-keep class * implements com.chenenyu.router.template.** {*;}
  1. 当项目包含多个module时,每个需要使用Router的module都需要配置依赖(特别是annotationProcessor),包括主app module。

  2. 其他问题,请加入qq群,截图咨询。

Clone this wiki locally