diff --git a/Android/chatinput/README.md b/Android/chatinput/README.md
index d2fdc5cc..e3410ea7 100644
--- a/Android/chatinput/README.md
+++ b/Android/chatinput/README.md
@@ -10,7 +10,7 @@
- Gradle
```
-compile 'cn.jiguang.imui:chatinput:0.1.0'
+compile 'cn.jiguang.imui:chatinput:0.1.1'
```
- Maven
@@ -19,7 +19,7 @@ compile 'cn.jiguang.imui:chatinput:0.1.0'
cn.jiguang.imui
chatinput
- 0.1.0
+ 0.1.1
pom
```
@@ -41,7 +41,7 @@ allprojects {
```
dependencies {
- compile 'com.github.jpush:imui:0.1.0'
+ compile 'com.github.jpush:imui:0.1.1'
}
```
@@ -161,20 +161,20 @@ mChatInput.setOnCameraCallbackListener(new OnCameraCallbackListener() {
}
});
}
-
+
@Override
public void onStartVideoRecord() {
-
+
}
-
+
@Override
public void onFinishVideoRecord(String videoPath) {
// 请注意,点击发送视频的事件会回调给 onSendFiles,这个是在录制完视频后触发的
}
-
+
@Override
public void onCancelVideoRecord() {
-
+
}
});
```
diff --git a/Android/chatinput/README_EN.md b/Android/chatinput/README_EN.md
index d6cb87b8..d0a116b5 100644
--- a/Android/chatinput/README_EN.md
+++ b/Android/chatinput/README_EN.md
@@ -11,7 +11,7 @@ Provides several ways to add dependency, you can choose one of them:
- Via Gradle
```
-compile 'cn.jiguang.imui:chatinput:0.1.0'
+compile 'cn.jiguang.imui:chatinput:0.1.1'
```
- Via Maven
@@ -20,7 +20,7 @@ compile 'cn.jiguang.imui:chatinput:0.1.0'
cn.jiguang.imui
chatinput
- 0.1.0
+ 0.1.1
pom
```
@@ -42,7 +42,7 @@ allprojects {
```
dependencies {
- compile 'com.github.jpush:imui:0.1.0'
+ compile 'com.github.jpush:imui:0.1.1'
}
```
@@ -102,7 +102,7 @@ chatInput.setMenuClickListener(new OnMenuClickListener() {
@Override
public void onSendFiles(List list) {
- // chose photo or video files or finished recording video,
+ // chose photo or video files or finished recording video,
// then click send button fires this event.
}
@@ -174,22 +174,22 @@ mChatInput.setOnCameraCallbackListener(new OnCameraCallbackListener() {
}
});
}
-
+
@Override
public void onStartVideoRecord() {
-
+
}
-
+
@Override
public void onFinishVideoRecord(String videoPath) {
// Fires when finished recording video.
// Pay attention here, when you finished recording video and click send
// button in screen, will fire onSendFiles() method.
}
-
+
@Override
public void onCancelVideoRecord() {
-
+
}
});
```
diff --git a/README.md b/README.md
index 885ef320..b52acc09 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-[](https://github.com/jpush/imui/releases)
+[](https://github.com/jpush/imui/releases)
[]()
[]()
diff --git a/README_CH.md b/README_CH.md
index 0e37ff3a..02debf84 100644
--- a/README_CH.md
+++ b/README_CH.md
@@ -1,4 +1,4 @@
-[](https://github.com/jpush/imui/releases)
+[](https://github.com/jpush/imui/releases)
[]()
[]()
@@ -55,4 +55,3 @@ Aurora IMUI 是个通用的即时通讯(IM)UI 库,不特定于任何 IM SD
## License
MIT © [JiGuang](/LICENSE)
-
diff --git a/docs/Android/usage.md b/docs/Android/usage.md
index 56542f3b..3affe792 100644
--- a/docs/Android/usage.md
+++ b/docs/Android/usage.md
@@ -9,7 +9,7 @@
- Gradle
```groovy
-compile 'cn.jiguang.imui:imui:0.1.0'
+compile 'cn.jiguang.imui:imui:0.1.1'
```
- Maven
@@ -34,7 +34,7 @@ allprojects {
// module/build.gradle
dependencies {
- compile 'com.github.jpush:imui:0.1.0'
+ compile 'com.github.jpush:imui:0.1.1'
}
```
diff --git a/docs/Android/usageEn.md b/docs/Android/usageEn.md
index a816acef..44be61a0 100644
--- a/docs/Android/usageEn.md
+++ b/docs/Android/usageEn.md
@@ -10,7 +10,7 @@ We have support several ways to add dependency. You can choose one of them.
- Gradle:
```groovy
-compile 'cn.jiguang.imui:imui:0.1.0'
+compile 'cn.jiguang.imui:imui:0.1.1'
```
- Maven:
@@ -35,7 +35,7 @@ allprojects {
// Add in module's build.gradle
dependencies {
- compile 'com.github.jpush:imui:0.1.0'
+ compile 'com.github.jpush:imui:0.1.1'
}
```