Brett 2025-03-04 11:15:25 +08:00
parent 95ececeba0
commit 78979b424b
5 changed files with 5 additions and 5 deletions

View File

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

View File

@ -76,7 +76,7 @@ packages:
path: ".." path: ".."
relative: true relative: true
source: path source: path
version: "3.8.3" version: "3.8.3+2"
flutter_test: flutter_test:
dependency: "direct dev" dependency: "direct dev"
description: flutter description: flutter

View File

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

View File

@ -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 = '3.8.3'; static const version = '3.8.3+2';
static const _channel = MethodChannel('flutter_openim_sdk'); static const _channel = MethodChannel('flutter_openim_sdk');

View File

@ -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: 3.8.3 version: 3.8.3+2
homepage: https://www.openim.io homepage: https://www.openim.io
repository: https://github.com/openimsdk/open-im-sdk-flutter repository: https://github.com/openimsdk/open-im-sdk-flutter