Skip to content

Commit

Permalink
chore: release 6.3.2-sp.43211.b.3
Browse files Browse the repository at this point in the history
  • Loading branch information
peilinok committed Jan 16, 2025
1 parent 0689620 commit 7848a01
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions internal/deps_summary.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Iris:
https://download.agora.io/sdk/release/iris_4.3.2.11-build.1_DCG_Android_Video_20241206_1145_704.zip
https://download.agora.io/sdk/release/iris_4.3.2.11-build.1_DCG_iOS_Video_20241206_1148_579.zip
https://download.agora.io/sdk/release/iris_4.3.2.11-build.3_DCG_iOS_Video_20250116_0426_602.zip
https://download.agora.io/sdk/release/iris_4.3.2.11-build.1_DCG_Mac_Video_20241206_1145_537.zip
https://download.agora.io/sdk/release/iris_4.3.2.11-build.1_DCG_Windows_Video_20241206_1146_579.zip
implementation 'io.agora.rtc:iris-rtc:4.3.2.11-build.1'
pod 'AgoraIrisRTC_iOS', '4.3.2.11-build.1'
pod 'AgoraIrisRTC_iOS', '4.3.2.11-build.3'
pod 'AgoraIrisRTC_macOS', '4.3.2.11-build.1'

Native:
Expand Down
2 changes: 1 addition & 1 deletion ios/agora_rtc_engine.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ 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.2.11-build.1'
s.dependency 'AgoraIrisRTC_iOS', '4.3.2.11-build.3'
s.dependency 'AgoraRtcEngine_Special_iOS', '4.3.2.11'
end

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: agora_rtc_engine
description: >-
Flutter plugin of Agora RTC SDK, allow you to simply integrate Agora Video
Calling or Live Video Streaming to your app with just a few lines of code.
version: 6.3.2-sp.43211.b.2
version: 6.3.2-sp.43211.b.3
homepage: https://www.agora.io
repository: https://github.com/AgoraIO-Extensions/Agora-Flutter-SDK/tree/main
environment:
Expand Down
2 changes: 1 addition & 1 deletion scripts/artifacts_version.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
set -e

export IRIS_CDN_URL_ANDROID="https://download.agora.io/sdk/release/iris_4.3.2.11-build.1_DCG_Android_Video_20241206_1145_704.zip"
export IRIS_CDN_URL_IOS="https://download.agora.io/sdk/release/iris_4.3.2.11-build.1_DCG_iOS_Video_20241206_1148_579.zip"
export IRIS_CDN_URL_IOS="https://download.agora.io/sdk/release/iris_4.3.2.11-build.3_DCG_iOS_Video_20250116_0426_602.zip"
export IRIS_CDN_URL_MACOS="https://download.agora.io/sdk/release/iris_4.3.2.11-build.1_DCG_Mac_Video_20241206_1145_537.zip"
export IRIS_CDN_URL_WINDOWS="https://download.agora.io/sdk/release/iris_4.3.2.11-build.1_DCG_Windows_Video_20241206_1146_579.zip"

0 comments on commit 7848a01

Please sign in to comment.