Skip to content

Commit

Permalink
Merge pull request #542 from easemob/dev_4.0.0+4
Browse files Browse the repository at this point in the history
Dev 4.0.0+4
  • Loading branch information
dujiepeng committed Apr 11, 2023
2 parents ee02dc7 + 6c51ca5 commit a7bc427
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
## NEXT

## 4.0.0+4

#### 修复
- 安卓构建视频消息崩溃的问题。

## 4.0.0+3

#### 修复
- 安卓 `onRemovedFromChatRoom` 不回调。

## 4.0.0+2

#### 修复
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ tasks.withType(JavaCompile){

dependencies {
api 'androidx.appcompat:appcompat:1.1.0'
implementation 'io.hyphenate:hyphenate-chat:4.0.0'
implementation 'io.hyphenate:hyphenate-chat:4.0.1'
}
Original file line number Diff line number Diff line change
Expand Up @@ -749,7 +749,7 @@ public void onRemovedFromChatRoom(int reason, String roomId, String roomName, St
data.put("roomId", roomId);
data.put("roomName", roomName);
data.put("participant", participant);
data.put("type", "chatroomRemovedFromChatRoom");
data.put("type", "chatroomRemoved");
post(() -> channel.invokeMethod(EMSDKMethod.chatRoomChange, data));
}
);
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: im_flutter_sdk
description: Integrate the Chat SDK to enjoy the global IM services with high reliability, ultra-low latency, and high concurrency.
version: 4.0.0+2
version: 4.0.0+4
homepage: https://www.easemob.com/product/im

environment:
Expand Down

0 comments on commit a7bc427

Please sign in to comment.