Brett 2025-03-07 18:54:27 +08:00
parent 78979b424b
commit a9567886b4
5 changed files with 8 additions and 4 deletions

View File

@ -1,3 +1,7 @@
## 3.8.3+3
- [Bug fixes and performance enhancements.](https://github.com/openimsdk/openim-sdk-core/releases/tag/v3.8.3-patch.3)
## 3.8.2
- [Bug fixes and performance enhancements.](https://github.com/openimsdk/openim-sdk-core/releases/tag/v3.8.2)

View File

@ -50,5 +50,5 @@ android {
}
dependencies {
implementation 'io.openim:core-sdk:3.8.3-patch2@aar'
implementation 'io.openim:core-sdk:3.8.3-patch3@aar'
}

View File

@ -17,7 +17,7 @@ A new Flutter project.
s.dependency 'Flutter'
s.platform = :ios, '11.0'
s.dependency 'OpenIMSDKCore','3.8.3+2'
s.dependency 'OpenIMSDKCore','3.8.3+3'
s.static_framework = true
s.library = 'resolv'

View File

@ -2,7 +2,7 @@ import 'package:flutter/services.dart';
import 'package:flutter_openim_sdk/flutter_openim_sdk.dart';
class OpenIM {
static const version = '3.8.3+2';
static const version = '3.8.3+3';
static const _channel = MethodChannel('flutter_openim_sdk');

View File

@ -1,6 +1,6 @@
name: flutter_openim_sdk
description: An instant messaging plug-in that supports Android and IOS. And the server is also all open source.
version: 3.8.3+2
version: 3.8.3+3
homepage: https://www.openim.io
repository: https://github.com/openimsdk/open-im-sdk-flutter