Skip to content

Commit

Permalink
feat: upgrade native sdk dependencies 20240531 (#1801)
Browse files Browse the repository at this point in the history
Update native sdk dependencies 20240531
native sdk dependencies:
```

```

iris dependencies:
```
打包助手 5-31 11:24 Iris iOS: Artifactory: https://artifactory-api.bj2.agoralab.co/artifactory/CSDC_repo/EP/4.3/20240531/ios/iris_4.3.2-dev.5_DCG_iOS_Video_Standalone_20240531_1116_406.zip https://artifactory-api.bj2.agoralab.co/artifactory/CSDC_repo/EP/4.3/20240531/ios/iris_4.3.2-dev.5_DCG_iOS_Video_20240531_1116_406.zip PrivateArtifactory: https://artifactory-api.bj2.agoralab.co/artifactory/CSDC_repo/EP/4.3/20240531/ios/iris_4.3.2-dev.5_DCG_iOS_Video_20240531_1116_406_private.zip  CDN: https://download.agora.io/sdk/release/iris_4.3.2-dev.5_DCG_iOS_Video_Standalone_20240531_1116_406.zip https://download.agora.io/sdk/release/iris_4.3.2-dev.5_DCG_iOS_Video_20240531_1116_406.zip Cocoapods: pod 'AgoraIrisRTC_iOS', '4.3.2-dev.5'  打包助手 5-31 11:26 Iris macOS: Artifactory: https://artifactory-api.bj2.agoralab.co/artifactory/CSDC_repo/EP/4.3/20240531/mac/iris_4.3.2-dev.5_DCG_Mac_Video_20240531_1116_402.zip https://artifactory-api.bj2.agoralab.co/artifactory/CSDC_repo/EP/4.3/20240531/mac/iris_4.3.2-dev.5_DCG_Mac_Video_Standalone_20240531_1116_402.zip PrivateArtifactory: https://artifactory-api.bj2.agoralab.co/artifactory/CSDC_repo/EP/4.3/20240531/mac/iris_4.3.2-dev.5_DCG_Mac_Video_20240531_1116_402_private.zip  CDN: https://download.agora.io/sdk/release/iris_4.3.2-dev.5_DCG_Mac_Video_20240531_1116_402.zip https://download.agora.io/sdk/release/iris_4.3.2-dev.5_DCG_Mac_Video_Standalone_20240531_1116_402.zip Cocoapods: pod 'AgoraIrisRTC_macOS', '4.3.2-dev.5'  打包助手 5-31 11:28 Iris Android: Artifactory: https://artifactory-api.bj2.agoralab.co/artifactory/CSDC_repo/EP/4.3/20240531/android/iris_4.3.2-dev.5_DCG_Android_Video_20240531_1116_501.zip https://artifactory-api.bj2.agoralab.co/artifactory/CSDC_repo/EP/4.3/20240531/android/iris_4.3.2-dev.5_DCG_Android_Video_Standalone_20240531_1116_501.zip PrivateArtifactory: https://artifactory-api.bj2.agoralab.co/artifactory/CSDC_repo/EP/4.3/20240531/android/iris_4.3.2-dev.5_DCG_Android_Video_20240531_1116_501_private.zip  CDN: https://download.agora.io/sdk/release/iris_4.3.2-dev.5_DCG_Android_Video_20240531_1116_501.zip https://download.agora.io/sdk/release/iris_4.3.2-dev.5_DCG_Android_Video_Standalone_20240531_1116_501.zip Maven: implementation 'io.agora.rtc:iris-rtc:4.3.2-dev.5'  打包助手 5-31 11:31 Iris Windows: Artifactory: https://artifactory-api.bj2.agoralab.co/artifactory/CSDC_repo/EP/4.3/20240531/windows/iris_4.3.2-dev.5_DCG_Windows_Video_20240531_1116_439.zip https://artifactory-api.bj2.agoralab.co/artifactory/CSDC_repo/EP/4.3/20240531/windows/iris_4.3.2-dev.5_DCG_Windows_Video_Standalone_20240531_1116_439.zip PrivateArtifactory: https://artifactory-api.bj2.agoralab.co/artifactory/CSDC_repo/EP/4.3/20240531/windows/iris_4.3.2-dev.5_DCG_Windows_Video_20240531_1116_439_private.zip  CDN: https://download.agora.io/sdk/release/iris_4.3.2-dev.5_DCG_Windows_Video_20240531_1116_439.zip https://download.agora.io/sdk/release/iris_4.3.2-dev.5_DCG_Windows_Video_Standalone_20240531_1116_439.zip
```

> This pull request is trigger by bot, DO NOT MODIFY BY HAND.

Co-authored-by: littleGnAl <[email protected]>
  • Loading branch information
littleGnAl and littleGnAl authored May 31, 2024
1 parent 8538071 commit d870164
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 16 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-dev.4'
api 'io.agora.rtc:iris-rtc:4.3.2-dev.5'
api 'io.agora.rtc:agora-full-preview:4.3.2-dev.2'
api 'io.agora.rtc:full-screen-sharing-special:4.3.2-dev.2'
}
Expand Down
14 changes: 7 additions & 7 deletions internal/deps_summary.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Iris:
https://download.agora.io/sdk/release/iris_4.3.2-dev.4_DCG_Android_Video_20240529_0651_500.zip
https://download.agora.io/sdk/release/iris_4.3.2-dev.4_DCG_iOS_Video_20240529_0651_405.zip
https://download.agora.io/sdk/release/iris_4.3.2-dev.4_DCG_Mac_Video_20240529_0652_401.zip
https://download.agora.io/sdk/release/iris_4.3.2-dev.4_DCG_Windows_Video_20240529_0651_438.zip
implementation 'io.agora.rtc:iris-rtc:4.3.2-dev.4'
pod 'AgoraIrisRTC_iOS', '4.3.2-dev.4'
pod 'AgoraIrisRTC_macOS', '4.3.2-dev.4'
https://download.agora.io/sdk/release/iris_4.3.2-dev.5_DCG_Android_Video_20240531_1116_501.zip
https://download.agora.io/sdk/release/iris_4.3.2-dev.5_DCG_iOS_Video_20240531_1116_406.zip
https://download.agora.io/sdk/release/iris_4.3.2-dev.5_DCG_Mac_Video_20240531_1116_402.zip
https://download.agora.io/sdk/release/iris_4.3.2-dev.5_DCG_Windows_Video_20240531_1116_439.zip
implementation 'io.agora.rtc:iris-rtc:4.3.2-dev.5'
pod 'AgoraIrisRTC_iOS', '4.3.2-dev.5'
pod 'AgoraIrisRTC_macOS', '4.3.2-dev.5'

Native:
<NATIVE_CDN_URL_ANDROID>
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-dev.4'
s.dependency 'AgoraIrisRTC_iOS', '4.3.2-dev.5'
s.dependency 'AgoraRtcEngine_iOS_Preview', '4.3.2-dev.2'
end

Expand Down
2 changes: 1 addition & 1 deletion macos/agora_rtc_engine.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ A new flutter plugin project.
s.vendored_frameworks = 'libs/*.xcframework', 'libs/*.framework'
else
s.dependency 'AgoraRtcEngine_macOS_Preview', '4.3.2-dev.2'
s.dependency 'AgoraIrisRTC_macOS', '4.3.2-dev.4'
s.dependency 'AgoraIrisRTC_macOS', '4.3.2-dev.5'
end

s.platform = :osx, '10.11'
Expand Down
8 changes: 4 additions & 4 deletions 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-dev.4_DCG_Android_Video_20240529_0651_500.zip"
export IRIS_CDN_URL_IOS="https://download.agora.io/sdk/release/iris_4.3.2-dev.4_DCG_iOS_Video_20240529_0651_405.zip"
export IRIS_CDN_URL_MACOS="https://download.agora.io/sdk/release/iris_4.3.2-dev.4_DCG_Mac_Video_20240529_0652_401.zip"
export IRIS_CDN_URL_WINDOWS="https://download.agora.io/sdk/release/iris_4.3.2-dev.4_DCG_Windows_Video_20240529_0651_438.zip"
export IRIS_CDN_URL_ANDROID="https://download.agora.io/sdk/release/iris_4.3.2-dev.5_DCG_Android_Video_20240531_1116_501.zip"
export IRIS_CDN_URL_IOS="https://download.agora.io/sdk/release/iris_4.3.2-dev.5_DCG_iOS_Video_20240531_1116_406.zip"
export IRIS_CDN_URL_MACOS="https://download.agora.io/sdk/release/iris_4.3.2-dev.5_DCG_Mac_Video_20240531_1116_402.zip"
export IRIS_CDN_URL_WINDOWS="https://download.agora.io/sdk/release/iris_4.3.2-dev.5_DCG_Windows_Video_20240531_1116_439.zip"
4 changes: 2 additions & 2 deletions windows/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ project(${PROJECT_NAME} LANGUAGES CXX)
# not be changed
set(PLUGIN_NAME "agora_rtc_engine_plugin")

set(IRIS_SDK_DOWNLOAD_URL "https://download.agora.io/sdk/release/iris_4.3.2-dev.4_DCG_Windows_Video_20240529_0651_438.zip")
set(IRIS_SDK_DOWNLOAD_NAME "iris_4.3.2-dev.4_DCG_Windows")
set(IRIS_SDK_DOWNLOAD_URL "https://download.agora.io/sdk/release/iris_4.3.2-dev.5_DCG_Windows_Video_20240531_1116_439.zip")
set(IRIS_SDK_DOWNLOAD_NAME "iris_4.3.2-dev.5_DCG_Windows")
set(RTC_SDK_DOWNLOAD_NAME "Agora_Native_SDK_for_Windows_FULL")
set(IRIS_SDK_VERSION "v3_6_2_fix.1")

Expand Down

0 comments on commit d870164

Please sign in to comment.