Skip to content

Commit

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

```

iris dependencies:
```
Iris iOS: Artifactory: https://artifactory-api.bj2.agoralab.co/artifactory/CSDC_repo/EP/4.3/20240531/ios/iris_4.3.2-dev.6_DCG_iOS_Video_Standalone_20240531_0442_407.zip https://artifactory-api.bj2.agoralab.co/artifactory/CSDC_repo/EP/4.3/20240531/ios/iris_4.3.2-dev.6_DCG_iOS_Video_20240531_0442_407.zip PrivateArtifactory: https://artifactory-api.bj2.agoralab.co/artifactory/CSDC_repo/EP/4.3/20240531/ios/iris_4.3.2-dev.6_DCG_iOS_Video_20240531_0442_407_private.zip  CDN: https://download.agora.io/sdk/release/iris_4.3.2-dev.6_DCG_iOS_Video_Standalone_20240531_0442_407.zip https://download.agora.io/sdk/release/iris_4.3.2-dev.6_DCG_iOS_Video_20240531_0442_407.zip Cocoapods: pod 'AgoraIrisRTC_iOS', '4.3.2-dev.6'  Iris macOS: Artifactory: https://artifactory-api.bj2.agoralab.co/artifactory/CSDC_repo/EP/4.3/20240531/mac/iris_4.3.2-dev.6_DCG_Mac_Video_20240531_0442_403.zip https://artifactory-api.bj2.agoralab.co/artifactory/CSDC_repo/EP/4.3/20240531/mac/iris_4.3.2-dev.6_DCG_Mac_Video_Standalone_20240531_0442_403.zip PrivateArtifactory: https://artifactory-api.bj2.agoralab.co/artifactory/CSDC_repo/EP/4.3/20240531/mac/iris_4.3.2-dev.6_DCG_Mac_Video_20240531_0442_403_private.zip  CDN: https://download.agora.io/sdk/release/iris_4.3.2-dev.6_DCG_Mac_Video_20240531_0442_403.zip https://download.agora.io/sdk/release/iris_4.3.2-dev.6_DCG_Mac_Video_Standalone_20240531_0442_403.zip Cocoapods: pod 'AgoraIrisRTC_macOS', '4.3.2-dev.6'  Iris Android: Artifactory: https://artifactory-api.bj2.agoralab.co/artifactory/CSDC_repo/EP/4.3/20240531/android/iris_4.3.2-dev.6_DCG_Android_Video_Standalone_20240531_0442_502.zip https://artifactory-api.bj2.agoralab.co/artifactory/CSDC_repo/EP/4.3/20240531/android/iris_4.3.2-dev.6_DCG_Android_Video_20240531_0442_502.zip PrivateArtifactory: https://artifactory-api.bj2.agoralab.co/artifactory/CSDC_repo/EP/4.3/20240531/android/iris_4.3.2-dev.6_DCG_Android_Video_20240531_0442_502_private.zip  CDN: https://download.agora.io/sdk/release/iris_4.3.2-dev.6_DCG_Android_Video_Standalone_20240531_0442_502.zip https://download.agora.io/sdk/release/iris_4.3.2-dev.6_DCG_Android_Video_20240531_0442_502.zip Maven: implementation 'io.agora.rtc:iris-rtc:4.3.2-dev.6'  Iris Windows: Artifactory: https://artifactory-api.bj2.agoralab.co/artifactory/CSDC_repo/EP/4.3/20240531/windows/iris_4.3.2-dev.6_DCG_Windows_Video_20240531_0442_440.zip https://artifactory-api.bj2.agoralab.co/artifactory/CSDC_repo/EP/4.3/20240531/windows/iris_4.3.2-dev.6_DCG_Windows_Video_Standalone_20240531_0442_440.zip PrivateArtifactory: https://artifactory-api.bj2.agoralab.co/artifactory/CSDC_repo/EP/4.3/20240531/windows/iris_4.3.2-dev.6_DCG_Windows_Video_20240531_0442_440_private.zip  CDN: https://download.agora.io/sdk/release/iris_4.3.2-dev.6_DCG_Windows_Video_20240531_0442_440.zip https://download.agora.io/sdk/release/iris_4.3.2-dev.6_DCG_Windows_Video_Standalone_20240531_0442_440.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 committed Jun 5, 2024
1 parent 5440864 commit 27ab071
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.5'
api 'io.agora.rtc:iris-rtc:4.3.2-dev.6'
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.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'
https://download.agora.io/sdk/release/iris_4.3.2-dev.6_DCG_Android_Video_20240531_0442_502.zip
https://download.agora.io/sdk/release/iris_4.3.2-dev.6_DCG_iOS_Video_20240531_0442_407.zip
https://download.agora.io/sdk/release/iris_4.3.2-dev.6_DCG_Mac_Video_20240531_0442_403.zip
https://download.agora.io/sdk/release/iris_4.3.2-dev.6_DCG_Windows_Video_20240531_0442_440.zip
implementation 'io.agora.rtc:iris-rtc:4.3.2-dev.6'
pod 'AgoraIrisRTC_iOS', '4.3.2-dev.6'
pod 'AgoraIrisRTC_macOS', '4.3.2-dev.6'

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.5'
s.dependency 'AgoraIrisRTC_iOS', '4.3.2-dev.6'
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.5'
s.dependency 'AgoraIrisRTC_macOS', '4.3.2-dev.6'
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.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"
export IRIS_CDN_URL_ANDROID="https://download.agora.io/sdk/release/iris_4.3.2-dev.6_DCG_Android_Video_20240531_0442_502.zip"
export IRIS_CDN_URL_IOS="https://download.agora.io/sdk/release/iris_4.3.2-dev.6_DCG_iOS_Video_20240531_0442_407.zip"
export IRIS_CDN_URL_MACOS="https://download.agora.io/sdk/release/iris_4.3.2-dev.6_DCG_Mac_Video_20240531_0442_403.zip"
export IRIS_CDN_URL_WINDOWS="https://download.agora.io/sdk/release/iris_4.3.2-dev.6_DCG_Windows_Video_20240531_0442_440.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.5_DCG_Windows_Video_20240531_1116_439.zip")
set(IRIS_SDK_DOWNLOAD_NAME "iris_4.3.2-dev.5_DCG_Windows")
set(IRIS_SDK_DOWNLOAD_URL "https://download.agora.io/sdk/release/iris_4.3.2-dev.6_DCG_Windows_Video_20240531_0442_440.zip")
set(IRIS_SDK_DOWNLOAD_NAME "iris_4.3.2-dev.6_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 27ab071

Please sign in to comment.