Skip to content

Commit 059af22

Browse files
author
heweizong
committed
update
1 parent 0a6ce2f commit 059af22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ DRouter主要提供三大功能:界面路由、动作路由、事件总线,
1616
### 如何配置
1717
1.在BaseModule中添加依赖:
1818

19-
api 'com.github.Dovar66.DRouter:router-api:1.0.1'
19+
api 'com.github.Dovar66.DRouter:router-api:1.0.2'
2020

2121
2.在其他需要用到DRouter的组件中添加注解处理器的依赖:
2222

23-
annotationProcessor 'com.github.Dovar66.DRouter:router-compiler:1.0.1'
23+
annotationProcessor 'com.github.Dovar66.DRouter:router-compiler:1.0.2'
2424

2525
同时在这些组件的defaultConfig中配置注解参数,指定唯一的组件名:
2626

0 commit comments

Comments
 (0)