Skip to content

Commit

Permalink
add important issue
Browse files Browse the repository at this point in the history
  • Loading branch information
limedroid committed Dec 12, 2016
1 parent fb361b6 commit 1ed4427
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,13 @@ compile project(':library')

### step3

修改`kit`包下的`XDroidConf`配置类,主要针对log、cache、router。若采用默认配置,此步骤可略过.
修改`XDroidConf`配置类,主要针对log、cache、router、imageloader。若采用默认配置,此步骤可略过.


## 重要说明

* [ButterKnife](https://github.com/JakeWharton/butterknife)使用的是8.4.0版本,重点是 `@BindView`,可以去项目官网查看。
* [EventBus](https://github.com/greenrobot/EventBus)使用的是3.0.0版本,使用注解`@Subscribe`,具体如何使用可以查看官网。


## 相关文档
Expand Down

0 comments on commit 1ed4427

Please sign in to comment.