Skip to content

Commit

Permalink
Update DOC
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshLipan committed Jan 10, 2019
1 parent f9566b4 commit 749ddc9
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions Android/chatinput/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@

- Gradle
```groovy
compile 'cn.jiguang.imui:chatinput:0.9.1'
compile 'cn.jiguang.imui:chatinput:0.10.0'
```

- Maven
```
<dependency>
<groupId>cn.jiguang.imui</groupId>
<artifactId>chatinput</artifactId>
<version>0.9.1</version>
<version>0.10.0</version>
<type>pom</type>
</dependency>
```
Expand All @@ -42,7 +42,7 @@ compile 'cn.jiguang.imui:chatinput:0.9.1'
```groovy
dependencies {
compile 'com.github.jpush:imui:0.9.1'
compile 'com.github.jpush:imui:0.7.7'
}
```

Expand Down
6 changes: 3 additions & 3 deletions Android/chatinput/README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Provides several ways to add dependency, you can choose one of them:
- Via Gradle
```groovy
compile 'cn.jiguang.imui:chatinput:0.9.1'
compile 'cn.jiguang.imui:chatinput:0.10.0'
```

Expand All @@ -22,7 +22,7 @@ compile 'cn.jiguang.imui:chatinput:0.9.1'
<dependency>
<groupId>cn.jiguang.imui</groupId>
<artifactId>chatinput</artifactId>
<version>0.9.1</version>
<version>0.10.0</version>
<type>pom</type>
</dependency>
```
Expand All @@ -43,7 +43,7 @@ allprojects {
```groovy
dependencies {
compile 'com.github.jpush:imui:0.9.1'
compile 'com.github.jpush:imui:0.7.7'
}
```

Expand Down
4 changes: 2 additions & 2 deletions docs/Android/message_list_usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ We have support several ways to add dependency. You can choose one of them.

- Gradle:
```groovy
compile 'cn.jiguang.imui:messagelist:0.7.4'
compile 'cn.jiguang.imui:messagelist:0.8.0'
```

- Maven:
```groovy
<dependency>
<groupId>cn.jiguang.imui</groupId>
<artifactId>messagelist</artifactId>
<version>0.7.4</version>
<version>0.8.0</version>
<type>pom</type>
</dependency>
```
Expand Down
4 changes: 2 additions & 2 deletions docs/Android/message_list_usage_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
- Gradle

```groovy
compile 'cn.jiguang.imui:messagelist:0.7.4'
compile 'cn.jiguang.imui:messagelist:0.8.0'
```

- Maven
```
<dependency>
<groupId>cn.jiguang.imui</groupId>
<artifactId>messagelist</artifactId>
<version>0.7.4</version>
<version>0.8.0</version>
<type>pom</type>
</dependency>
```
Expand Down

0 comments on commit 749ddc9

Please sign in to comment.