Skip to content

Commit

Permalink
Merge pull request #187 from jpush/dev
Browse files Browse the repository at this point in the history
release chatinput v0.5.7
  • Loading branch information
KenChoi1992 authored Dec 15, 2017
2 parents e5f13ed + fa5a889 commit a311ff1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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.5.6'
compile 'cn.jiguang.imui:chatinput:0.5.7'
```

- Maven
```
<dependency>
<groupId>cn.jiguang.imui</groupId>
<artifactId>chatinput</artifactId>
<version>0.5.6</version>
<version>0.5.7</version>
<type>pom</type>
</dependency>
```
Expand All @@ -42,7 +42,7 @@ compile 'cn.jiguang.imui:chatinput:0.5.6'
```groovy
dependencies {
compile 'com.github.jpush:imui:0.6.3'
compile 'com.github.jpush:imui:0.6.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.5.6'
compile 'cn.jiguang.imui:chatinput:0.5.7'
```

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

Expand Down
2 changes: 1 addition & 1 deletion ReactNative/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies {
compile 'com.github.w446108264:XhsEmoticonsKeyboard:2.0.4'
compile 'com.github.w446108264:AndroidEmoji:1.0.0'
compile 'cn.jiguang.imui:messagelist:0.5.5'
compile 'cn.jiguang.imui:chatinput:0.5.6'
compile 'cn.jiguang.imui:chatinput:0.5.7'
compile 'org.greenrobot:eventbus:3.0.0'
compile 'com.android.support:appcompat-v7:25.3.1'
compile 'com.facebook.react:react-native:+'
Expand Down

0 comments on commit a311ff1

Please sign in to comment.