From f929c73d099b658d7bedcb27d66bdf692d3adeaa Mon Sep 17 00:00:00 2001 From: cpdl Date: Mon, 23 Dec 2024 11:37:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0sdk?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- android/build.gradle | 2 +- ios/flutter_openim_sdk.podspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 1563c04..2ee6b14 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -57,5 +57,5 @@ android { } dependencies { - implementation 'com.openim:sdkcore:1.0.2' + implementation 'com.openim:sdkcore:1.0.3' } \ No newline at end of file diff --git a/ios/flutter_openim_sdk.podspec b/ios/flutter_openim_sdk.podspec index 664fb19..3284e6f 100644 --- a/ios/flutter_openim_sdk.podspec +++ b/ios/flutter_openim_sdk.podspec @@ -4,7 +4,7 @@ # Pod::Spec.new do |s| s.name = 'flutter_openim_sdk' - s.version = '0.0.3' + s.version = '0.0.4' s.summary = 'A new Flutter project.' s.description = <<-DESC A new Flutter project.