Skip to content

Commit b4bb7bc

Browse files
feat: update dependencies (#2303)
Update dependencies with the following content: implementation 'io.agora.rtc:iris-rtc:4.5.2-build.1' pod 'AgoraIrisRTC_macOS', '4.5.2-build.1' https://download.agora.io/sdk/release/iris_4.5.2-build.1_DCG_Windows_Video_Standalone_20250429_0753_31670.zip pod 'AgoraIrisRTC_iOS', '4.5.2-build.1' https://download.agora.io/sdk/release/Agora_Native_SDK_for_Windows_v4.5.2_FULL.zip > This pull request is trigger by bot, you can checkout this branch and update it. Co-authored-by: peilinok <peilinok@users.noreply.github.com>
1 parent a6d4d5e commit b4bb7bc

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ dependencies {
5858
api fileTree(dir: "libs", include: ["*.jar"])
5959
} else {
6060
// iris dependencies start
61-
api 'io.agora.rtc:iris-rtc:4.5.2-test.1'
61+
api 'io.agora.rtc:iris-rtc:4.5.2-build.1'
6262
// iris dependencies end
6363

6464
// native dependencies start

ios/agora_rtc_engine.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Pod::Spec.new do |s|
2424
s.vendored_frameworks = 'libs/*.xcframework'
2525
else
2626
# iris dependencies start
27-
s.dependency 'AgoraIrisRTC_iOS', '4.5.2-test.1'
27+
s.dependency 'AgoraIrisRTC_iOS', '4.5.2-build.1'
2828
# iris dependencies end
2929

3030
# native dependencies start

macos/agora_rtc_engine.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ A new flutter plugin project.
2222
s.vendored_frameworks = 'libs/*.xcframework', 'libs/*.framework'
2323
else
2424
# iris dependencies start
25-
s.dependency 'AgoraIrisRTC_macOS', '4.5.2-test.1'
25+
s.dependency 'AgoraIrisRTC_macOS', '4.5.2-build.1'
2626
# iris dependencies end
2727

2828
# native dependencies start

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: agora_rtc_engine
22
description: >-
33
Flutter plugin of Agora RTC SDK, allow you to simply integrate Agora Video
44
Calling or Live Video Streaming to your app with just a few lines of code.
5-
version: 4.5.2
5+
version: 6.5.2
66
homepage: https://www.agora.io
77
repository: https://github.com/AgoraIO-Extensions/Agora-Flutter-SDK/tree/main
88
environment:

windows/cmake/DownloadSDK.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# iris dependencies start
2-
set(IRIS_SDK_DOWNLOAD_URL "https://download.agora.io/sdk/release/iris_4.5.2-test.1_DCG_Windows_Video_Standalone_20250422_0614_31664.zip")
2+
set(IRIS_SDK_DOWNLOAD_URL "https://download.agora.io/sdk/release/iris_4.5.2-build.1_DCG_Windows_Video_Standalone_20250429_0753_31670.zip")
33
# iris dependencies end
44

55
# native dependencies start

0 commit comments

Comments
 (0)