From b07d1047990941a903382cab42a307358d9d4445 Mon Sep 17 00:00:00 2001 From: std-s <> Date: Fri, 11 Aug 2023 21:08:53 +0800 Subject: [PATCH] [Update] new version pre. --- android/build.gradle | 2 +- ios/flutter_openim_sdk.podspec | 2 +- pubspec.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index d21fe20..ecfed55 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -52,5 +52,5 @@ android { dependencies { // 本地依赖,现将aar复制到libs/io/openim/core-sdk/0.0.1/ 下,命名core-sdk-0.0.1.aar // implementation 'io.openim:core-sdk:0.0.1@aar' - implementation 'io.openim:core-sdk:3.2.0@aar' + implementation 'io.openim:core-sdk:3.2.0-alpha.0@aar' } \ No newline at end of file diff --git a/ios/flutter_openim_sdk.podspec b/ios/flutter_openim_sdk.podspec index 1dde1fb..a91da89 100644 --- a/ios/flutter_openim_sdk.podspec +++ b/ios/flutter_openim_sdk.podspec @@ -17,7 +17,7 @@ A new Flutter project. s.dependency 'Flutter' s.platform = :ios, '11.0' - s.dependency 'OpenIMSDKCore','3.2.0' + s.dependency 'OpenIMSDKCore','3.2.0-alpha.0' s.static_framework = true # s.vendored_frameworks = 'Framework/*.framework' # Flutter.framework does not contain a i386 slice. diff --git a/pubspec.yaml b/pubspec.yaml index 9e64c0f..314e9ca 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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.1.0 +version: 3.2.0-alpha.0 homepage: https://www.rentsoft.cn repository: https://github.com/OpenIMSDK/Open-IM-SDK-Flutter