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.