Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
KenChoi authored and KenChoi committed Aug 2, 2017
1 parent e70d6ad commit f1048cd
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 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.4.3'
compile 'cn.jiguang.imui:chatinput:0.4.4'
```

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

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 @@ -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.4.3'
compile 'cn.jiguang.imui:chatinput:0.4.4'
```

- Via Maven
Expand All @@ -20,7 +20,7 @@ compile 'cn.jiguang.imui:chatinput:0.4.3'
<dependency>
<groupId>cn.jiguang.imui</groupId>
<artifactId>chatinput</artifactId>
<version>0.4.3</version>
<version>0.4.4</version>
<type>pom</type>
</dependency>
```
Expand All @@ -41,7 +41,7 @@ allprojects {
```groovy
dependencies {
compile 'com.github.jpush:imui:0.4.3'
compile 'com.github.jpush:imui:0.4.4'
}
```

Expand Down
6 changes: 3 additions & 3 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.4.3'
compile 'cn.jiguang.imui:messagelist:0.4.4'
```

- Maven:
```groovy
<dependency>
<groupId>cn.jiguang.imui</groupId>
<artifactId>messagelist</artifactId>
<version>0.4.3</version>
<version>0.4.4</version>
<type>pom</type>
</dependency>
```
Expand All @@ -35,7 +35,7 @@ allprojects {
// Add in module's build.gradle
dependencies {
compile 'com.github.jpush:imui:0.4.3'
compile 'com.github.jpush:imui:0.4.4'
}
```

Expand Down
6 changes: 3 additions & 3 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.4.3'
compile 'cn.jiguang.imui:messagelist:0.4.4'
```

- Maven
```
<dependency>
<groupId>cn.jiguang.imui</groupId>
<artifactId>messagelist</artifactId>
<version>0.4.3</version>
<version>0.4.4</version>
<type>pom</type>
</dependency>
```
Expand All @@ -34,7 +34,7 @@ allprojects {
// module/build.gradle
dependencies {
compile 'com.github.jpush:imui:0.4.3'
compile 'com.github.jpush:imui:0.4.4'
}
```

Expand Down

0 comments on commit f1048cd

Please sign in to comment.