Skip to content

Commit dfcd1b7

Browse files
author
heweizong
committed
official version
1 parent c36e7fe commit dfcd1b7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
[DRouter目前已应用于触电新闻](https://sj.qq.com/myapp/detail.htm?apkName=com.touchtv.touchtv)
1818

19-
DRouter主要提供三大功能:界面路由、动作路由和事件总线,帮助Android开发者更容易地完成项目的组件化改造
19+
DRouter主要提供三大功能:界面路由、动作路由和事件总线,帮助Android开发者更容易地完成项目的组件化改造.
2020
特别是对于多进程应用,引入DRouter能够让开发者在不用了解AIDL的情况下就可以进行跨进程通信.
2121

2222
### 框架特点
@@ -40,11 +40,11 @@
4040

4141
2.在BaseModule中添加依赖:
4242

43-
api 'com.github.Dovar66.DRouter:router-api:1.0.2'
43+
api 'com.github.Dovar66.DRouter:router-api:1.0.8'
4444

4545
3.在其他需要用到DRouter的组件中添加注解处理器的依赖:
4646

47-
annotationProcessor 'com.github.Dovar66.DRouter:router-compiler:1.0.2'
47+
annotationProcessor 'com.github.Dovar66.DRouter:router-compiler:1.0.8'
4848

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

0 commit comments

Comments
 (0)