File tree Expand file tree Collapse file tree 5 files changed +8
-4
lines changed
Expand file tree Collapse file tree 5 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1+ ## 3.8.3+3
2+
3+ - [ Bug fixes and performance enhancements.] ( https://github.com/openimsdk/openim-sdk-core/releases/tag/v3.8.3-patch.3 )
4+
15## 3.8.2
26
37- [ Bug fixes and performance enhancements.] ( https://github.com/openimsdk/openim-sdk-core/releases/tag/v3.8.2 )
Original file line number Diff line number Diff line change @@ -50,5 +50,5 @@ android {
5050}
5151
5252dependencies {
53- implementation ' io.openim:core-sdk:3.8.3-patch2 @aar'
53+ implementation ' io.openim:core-sdk:3.8.3-patch3 @aar'
5454}
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ A new Flutter project.
1717 s . dependency 'Flutter'
1818 s . platform = :ios , '11.0'
1919
20- s . dependency 'OpenIMSDKCore' , '3.8.3+2 '
20+ s . dependency 'OpenIMSDKCore' , '3.8.3+3 '
2121 s . static_framework = true
2222 s . library = 'resolv'
2323
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import 'package:flutter/services.dart';
22import 'package:flutter_openim_sdk/flutter_openim_sdk.dart' ;
33
44class OpenIM {
5- static const version = '3.8.3+2 ' ;
5+ static const version = '3.8.3+3 ' ;
66
77 static const _channel = MethodChannel ('flutter_openim_sdk' );
88
Original file line number Diff line number Diff line change 11name : flutter_openim_sdk
22description : An instant messaging plug-in that supports Android and IOS. And the server is also all open source.
3- version : 3.8.3+2
3+ version : 3.8.3+3
44homepage : https://www.openim.io
55repository : https://github.com/openimsdk/open-im-sdk-flutter
66
You can’t perform that action at this time.
0 commit comments