File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ dependencies {
58
58
api fileTree(dir: "libs", include: ["*.jar"])
59
59
} else {
60
60
// 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'
62
62
// iris dependencies end
63
63
64
64
// native dependencies start
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Pod::Spec.new do |s|
24
24
s.vendored_frameworks = 'libs/*.xcframework'
25
25
else
26
26
# iris dependencies start
27
- s.dependency 'AgoraIrisRTC_iOS', '4.5.2-test .1'
27
+ s.dependency 'AgoraIrisRTC_iOS', '4.5.2-build .1'
28
28
# iris dependencies end
29
29
30
30
# native dependencies start
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ A new flutter plugin project.
22
22
s.vendored_frameworks = 'libs/*.xcframework', 'libs/*.framework'
23
23
else
24
24
# iris dependencies start
25
- s.dependency 'AgoraIrisRTC_macOS', '4.5.2-test .1'
25
+ s.dependency 'AgoraIrisRTC_macOS', '4.5.2-build .1'
26
26
# iris dependencies end
27
27
28
28
# native dependencies start
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: agora_rtc_engine
2
2
description: >-
3
3
Flutter plugin of Agora RTC SDK, allow you to simply integrate Agora Video
4
4
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
6
6
homepage: https://www.agora.io
7
7
repository: https://github.com/AgoraIO-Extensions/Agora-Flutter-SDK/tree/main
8
8
environment:
Original file line number Diff line number Diff line change 1
1
# 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")
3
3
# iris dependencies end
4
4
5
5
# native dependencies start
You can’t perform that action at this time.
0 commit comments