Skip to content

Commit f1e445d

Browse files
committed
update dependency for ios and android
1 parent 9909df7 commit f1e445d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

im_flutter_sdk_android/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ tasks.withType(JavaCompile){
4747
dependencies {
4848
api 'androidx.appcompat:appcompat:1.1.0'
4949
// implementation 'cn.shengwang:chat-sdk:1.3.2'
50-
implementation 'io.hyphenate:hyphenate-chat:4.15.1'
50+
implementation 'io.hyphenate:hyphenate-chat:4.16.1'
5151
implementation fileTree(dir: 'libs', include: ['*.jar'])
5252
}

im_flutter_sdk_ios/ios/im_flutter_sdk_ios.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ A new flutter plugin project.
1717
s.public_header_files = 'Classes/**/*.h'
1818

1919
s.dependency 'Flutter'
20-
s.dependency 'HyphenateChat','4.15.1'
20+
s.dependency 'HyphenateChat','4.16.2'
2121
# s.dependency 'ShengwangChat_iOS','1.3.2'
2222
# 注释掉本地 framework,使用 CocoaPods 依赖
2323
# s.ios.vendored_frameworks = 'framework/HyphenateChat.xcframework', 'framework/aosl.xcframework'

0 commit comments

Comments
 (0)