Skip to content

Commit

Permalink
Update README_CN.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TangXiaoLv committed Mar 28, 2017
1 parent 2f42909 commit 72226b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ Update Log

Gradle
---
```
```gradle
//需要在各自的application/library 中添加依赖
//android plugin version > 2.2+
//android plugin version >= 2.2+
dependencies {
compile 'com.library.tangxiaolv:androidrouter:x.x.x'
annotationProcessor 'com.library.tangxiaolv:androidrouter-compiler:x.x.x'
Expand Down Expand Up @@ -196,7 +196,7 @@ public class RemoteModule implements IRouter {
|Json Array||List< ?>|`1.0.0+`|

**第二步:调用协议**
```
```java
//任意地方调用
//方式一
AndroidRouter.open("android://main/activity/localActivity")
Expand Down

0 comments on commit 72226b4

Please sign in to comment.