Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshLipan committed Aug 30, 2018
1 parent 6db523d commit a789322
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 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.7.3'
compile 'cn.jiguang.imui:chatinput:0.8.3'
```

- Maven
```
<dependency>
<groupId>cn.jiguang.imui</groupId>
<artifactId>chatinput</artifactId>
<version>0.7.3</version>
<version>0.8.3</version>
<type>pom</type>
</dependency>
```
Expand Down
4 changes: 2 additions & 2 deletions Android/chatinput/README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Provides several ways to add dependency, you can choose one of them:

- Via Gradle
```groovy
compile 'cn.jiguang.imui:chatinput:0.7.3'
compile 'cn.jiguang.imui:chatinput:0.8.3'
```

- Via Maven
Expand All @@ -20,7 +20,7 @@ compile 'cn.jiguang.imui:chatinput:0.7.3'
<dependency>
<groupId>cn.jiguang.imui</groupId>
<artifactId>chatinput</artifactId>
<version>0.7.3</version>
<version>0.8.3</version>
<type>pom</type>
</dependency>
```
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.2'
compile 'cn.jiguang.imui:messagelist:0.7.4'
```

- Maven:
```groovy
<dependency>
<groupId>cn.jiguang.imui</groupId>
<artifactId>messagelist</artifactId>
<version>0.7.2</version>
<version>0.7.4</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.2'
compile 'cn.jiguang.imui:messagelist:0.7.4'
```

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

0 comments on commit a789322

Please sign in to comment.