Skip to content

Commit

Permalink
feat: upgrade iris 4.3.2.234-build.2
Browse files Browse the repository at this point in the history
  • Loading branch information
peilinok committed Dec 26, 2024
1 parent 3afc9eb commit 828fff3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ dependencies {
if (isDev(project)) {
api fileTree(dir: "libs", include: ["*.jar"])
} else {
api 'io.agora.rtc:iris-rtc:4.3.2.234-build.1'
api 'io.agora.rtc:iris-rtc:4.3.2.234-build.2'
api 'io.agora.rtc:agora-special-full:4.3.2.234'
api 'io.agora.rtc:full-screen-sharing:4.3.2.234'
}
Expand Down
8 changes: 4 additions & 4 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.234-build.1_DCG_Android_Video_20241218_1023_711.zip
https://download.agora.io/sdk/release/iris_4.3.2.234-build.1_DCG_iOS_Video_20241218_1025_587.zip
https://download.agora.io/sdk/release/iris_4.3.2.234-build.2_DCG_Android_Video_20241226_0607_713.zip
https://download.agora.io/sdk/release/iris_4.3.2.234-build.2_DCG_iOS_Video_20241226_0607_589.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.234-build.1'
pod 'AgoraIrisRTC_iOS', '4.3.2.234-build.1'
implementation 'io.agora.rtc:iris-rtc:4.3.2.234-build.2'
pod 'AgoraIrisRTC_iOS', '4.3.2.234-build.2'
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.234-build.1'
s.dependency 'AgoraIrisRTC_iOS', '4.3.2.234-build.2'
s.dependency 'AgoraRtcEngine_Special_iOS', '4.3.2.234'
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.432234
version: 6.3.2-sp.432234.b.2
homepage: https://www.agora.io
repository: https://github.com/AgoraIO-Extensions/Agora-Flutter-SDK/tree/main
environment:
Expand Down

0 comments on commit 828fff3

Please sign in to comment.