diff --git a/Android/chatinput/README.md b/Android/chatinput/README.md index a349dd2e..b487e226 100644 --- a/Android/chatinput/README.md +++ b/Android/chatinput/README.md @@ -12,7 +12,7 @@ - Gradle ```groovy -compile 'cn.jiguang.imui:chatinput:0.4.3' +compile 'cn.jiguang.imui:chatinput:0.4.4' ``` - Maven @@ -20,7 +20,7 @@ compile 'cn.jiguang.imui:chatinput:0.4.3' cn.jiguang.imui chatinput - 0.4.3 + 0.4.4 pom ``` @@ -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' } ``` diff --git a/Android/chatinput/README_EN.md b/Android/chatinput/README_EN.md index d9d553c3..d3da81dd 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 ```groovy -compile 'cn.jiguang.imui:chatinput:0.4.3' +compile 'cn.jiguang.imui:chatinput:0.4.4' ``` - Via Maven @@ -20,7 +20,7 @@ compile 'cn.jiguang.imui:chatinput:0.4.3' cn.jiguang.imui chatinput - 0.4.3 + 0.4.4 pom ``` @@ -41,7 +41,7 @@ allprojects { ```groovy dependencies { - compile 'com.github.jpush:imui:0.4.3' + compile 'com.github.jpush:imui:0.4.4' } ``` diff --git a/docs/Android/message_list_usage.md b/docs/Android/message_list_usage.md index 7e083001..1cc89d19 100644 --- a/docs/Android/message_list_usage.md +++ b/docs/Android/message_list_usage.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:messagelist:0.4.3' +compile 'cn.jiguang.imui:messagelist:0.4.4' ``` - Maven: @@ -18,7 +18,7 @@ compile 'cn.jiguang.imui:messagelist:0.4.3' cn.jiguang.imui messagelist - 0.4.3 + 0.4.4 pom ``` @@ -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' } ``` diff --git a/docs/Android/message_list_usage_zh.md b/docs/Android/message_list_usage_zh.md index 9f30d326..3f2d2794 100644 --- a/docs/Android/message_list_usage_zh.md +++ b/docs/Android/message_list_usage_zh.md @@ -9,7 +9,7 @@ - Gradle ```groovy -compile 'cn.jiguang.imui:messagelist:0.4.3' +compile 'cn.jiguang.imui:messagelist:0.4.4' ``` - Maven @@ -17,7 +17,7 @@ compile 'cn.jiguang.imui:messagelist:0.4.3' cn.jiguang.imui messagelist - 0.4.3 + 0.4.4 pom ``` @@ -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' } ```