Skip to content

Commit

Permalink
feat: upgrade native sdk dependencies 20240318
Browse files Browse the repository at this point in the history
  • Loading branch information
littleGnAl authored Mar 18, 2024
1 parent 91f3518 commit d3758bd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ dependencies {
if (isDev(project)) {
api fileTree(dir: "libs", include: ["*.jar"])
} else {
api 'io.agora.rtc:iris-rtc:4.3.1-dev.3'
api 'io.agora.rtc:agora-full-preview:4.3.1-dev.3'
api 'io.agora.rtc:full-screen-sharing-special:4.3.1-dev.3'
api 'io.agora.rtc:iris-rtc:4.3.1-dev.4'
api 'io.agora.rtc:agora-full-preview:4.3.1-dev.4'
api 'io.agora.rtc:full-screen-sharing-special:4.3.1-dev.4'
}
}

Expand Down
4 changes: 2 additions & 2 deletions ios/agora_rtc_engine.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ Pod::Spec.new do |s|
puts '[plugin_dev] Found .plugin_dev file, use vendored_frameworks instead.'
s.vendored_frameworks = 'libs/*.xcframework'
else
s.dependency 'AgoraIrisRTC_iOS', '4.3.1-dev.3'
s.dependency 'AgoraRtcEngine_iOS_Preview', '4.3.1-dev.3'
s.dependency 'AgoraIrisRTC_iOS', '4.3.1-dev.4'
s.dependency 'AgoraRtcEngine_iOS_Preview', '4.3.1-dev.4'
end

s.platform = :ios, '9.0'
Expand Down
4 changes: 2 additions & 2 deletions macos/agora_rtc_engine.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ A new flutter plugin project.
puts '[plugin_dev] Found .plugin_dev file, use vendored_frameworks instead.'
s.vendored_frameworks = 'libs/*.framework'
else
s.dependency 'AgoraRtcEngine_macOS_Preview', '4.3.1-dev.3'
s.dependency 'AgoraIrisRTC_macOS', '4.3.1-dev.3'
s.dependency 'AgoraRtcEngine_macOS_Preview', '4.3.1-dev.4'
s.dependency 'AgoraIrisRTC_macOS', '4.3.1-dev.4'
end

s.platform = :osx, '10.11'
Expand Down

0 comments on commit d3758bd

Please sign in to comment.