Fix bug for signaling
This commit is contained in:
parent
cdef7ffda8
commit
958c118e84
@ -1,5 +1,9 @@
|
|||||||
## 2.3.5+2
|
## 2.3.5+2
|
||||||
|
|
||||||
|
- Fix bug for signaling
|
||||||
|
|
||||||
|
## 2.3.5+2
|
||||||
|
|
||||||
- Add onRecvMessageExtensionsAdded method for OnAdvancedMsgListener
|
- Add onRecvMessageExtensionsAdded method for OnAdvancedMsgListener
|
||||||
- Add addMessageReactionExtensions method for MessageManager
|
- Add addMessageReactionExtensions method for MessageManager
|
||||||
- Add getMessageListSomeReactionExtensions method for MessageManager
|
- Add getMessageListSomeReactionExtensions method for MessageManager
|
||||||
|
@ -34,5 +34,5 @@ android {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
api 'io.openim:core-sdk:2.3.5-t21@aar'
|
api 'io.openim:core-sdk:2.3.5-t27@aar'
|
||||||
}
|
}
|
@ -2,7 +2,7 @@ import 'package:flutter/services.dart';
|
|||||||
import 'package:flutter_openim_sdk/flutter_openim_sdk.dart';
|
import 'package:flutter_openim_sdk/flutter_openim_sdk.dart';
|
||||||
|
|
||||||
class OpenIM {
|
class OpenIM {
|
||||||
static const version = '2.3.5+2';
|
static const version = '2.3.5+3';
|
||||||
|
|
||||||
static const _channel = const MethodChannel('flutter_openim_sdk');
|
static const _channel = const MethodChannel('flutter_openim_sdk');
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
name: flutter_openim_sdk
|
name: flutter_openim_sdk
|
||||||
description: An instant messaging plug-in that supports Android and IOS. And the server is also all open source.
|
description: An instant messaging plug-in that supports Android and IOS. And the server is also all open source.
|
||||||
version: 2.3.5+2
|
version: 2.3.5+3
|
||||||
homepage: https://www.rentsoft.cn
|
homepage: https://www.rentsoft.cn
|
||||||
repository: https://github.com/OpenIMSDK/Open-IM-SDK-Flutter
|
repository: https://github.com/OpenIMSDK/Open-IM-SDK-Flutter
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user