Skip to content

Commit

Permalink
feat: [Bug fixes and performance enhancements.](https://github.com/op…
Browse files Browse the repository at this point in the history
  • Loading branch information
Brett committed Aug 6, 2024
1 parent c10dabc commit 8c64af6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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.8.0@aar'
implementation 'io.openim:core-sdk:3.8.1-rc.0@aar'
}
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ packages:
path: ".."
relative: true
source: path
version: "3.8.0-rc.15"
version: "3.8.0"
flutter_test:
dependency: "direct dev"
description: flutter
Expand Down
2 changes: 1 addition & 1 deletion ios/flutter_openim_sdk.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ A new Flutter project.
s.dependency 'Flutter'
s.platform = :ios, '11.0'

s.dependency 'OpenIMSDKCore','3.8.0'
s.dependency 'OpenIMSDKCore','3.8.1-rc.0'
s.static_framework = true
s.library = 'resolv'

Expand Down

0 comments on commit 8c64af6

Please sign in to comment.