Skip to content

Commit

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

```

iris dependencies:
```
打包助手 12-1 3:05 Iris: Artifactory: https://artifactory-api.bj2.agoralab.co/artifactory/CSDC_repo/EP/4.1/20231201/ios/iris_4.1.1.21-banban.5_DCG_iOS_Video_20231201_0258.zip PrivateArtifactory: https://artifactory-api.bj2.agoralab.co/artifactory/CSDC_repo/EP/4.1/20231201/ios/iris_4.1.1.21-banban.5_DCG_iOS_Video_20231201_0258_private.zip CDN: https://download.agora.io/sdk/release/iris_4.1.1.21-banban.5_DCG_iOS_Video_20231201_0258.zip Cocoapods: pod 'AgoraIrisRTC_iOS', '4.1.1.21-banban.5'  打包助手 12-1 3:09 Iris: Artifactory: https://artifactory-api.bj2.agoralab.co/artifactory/CSDC_repo/EP/4.1/20231201/android/iris_4.1.1.21-banban.5_DCG_Android_Video_20231201_0258.zip PrivateArtifactory: https://artifactory-api.bj2.agoralab.co/artifactory/CSDC_repo/EP/4.1/20231201/android/iris_4.1.1.21-banban.5_DCG_Android_Video_20231201_0258_private.zip CDN: https://download.agora.io/sdk/release/iris_4.1.1.21-banban.5_DCG_Android_Video_20231201_0258.zip Maven: implementation 'io.agora.rtc:iris-rtc:4.1.1.21-banban.5'  打包助手 12-1 3:10 Iris: Artifactory: https://artifactory-api.bj2.agoralab.co/artifactory/CSDC_repo/EP/4.1/20231201/windows/iris_4.1.1.21-banban.5_DCG_Windows_Video_20231201_0258.zip Private: https://artifactory-api.bj2.agoralab.co/artifactory/CSDC_repo/EP/4.1/20231201/windows/iris_4.1.1.21-banban.5_DCG_Windows_Video_20231201_0258_private.zip CDN: https://download.agora.io/sdk/release/iris_4.1.1.21-banban.5_DCG_Windows_Video_20231201_0258.zip  打包助手 12-1 3:10 Iris: Artifactory: https://artifactory-api.bj2.agoralab.co/artifactory/CSDC_repo/EP/4.1/20231201/mac/iris_4.1.1.21-banban.5_DCG_Mac_Video_20231201_0258.zip PrivateArtifactory: https://artifactory-api.bj2.agoralab.co/artifactory/CSDC_repo/EP/4.1/20231201/mac/iris_4.1.1.21-banban.5_DCG_Mac_Video_20231201_0258_private.zip CDN: https://download.agora.io/sdk/release/iris_4.1.1.21-banban.5_DCG_Mac_Video_20231201_0258.zip Cocoapods: pod 'AgoraIrisRTC_macOS', '4.1.1.21-banban.5'
```

> 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 Nov 30, 2023
1 parent 887eee4 commit 474def7
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ dependencies {
if (isDev(project)) {
implementation fileTree(dir: "libs", include: ["*.jar"])
} else {
api 'io.agora.rtc:iris-rtc:4.1.1.21-banban.4'
api 'io.agora.rtc:iris-rtc:4.1.1.21-banban.5'
api 'io.agora.rtc:agora-special-full:4.1.1.21'
api 'io.agora.rtc:full-screen-sharing:4.1.1.21'
}
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 @@ -17,7 +17,7 @@ Pod::Spec.new do |s|
s.source = { :path => '.' }
s.source_files = 'Classes/**/*.{h,mm,m,swift}'
s.dependency 'Flutter'
s.dependency 'AgoraIrisRTC_iOS', '4.1.1.21-banban.4'
s.dependency 'AgoraIrisRTC_iOS', '4.1.1.21-banban.5'
s.dependency 'AgoraRtcEngine_Special_iOS', '4.1.1.21'
# s.dependency 'AgoraRtcWrapper'
s.platform = :ios, '9.0'
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 @@ -17,7 +17,7 @@ A new flutter plugin project.
s.dependency 'FlutterMacOS'
# s.dependency 'AgoraRtcWrapper'
s.dependency 'AgoraRtcEngine_macOS', '4.1.0'
s.dependency 'AgoraIrisRTC_macOS', '4.1.1.21-banban.4'
s.dependency 'AgoraIrisRTC_macOS', '4.1.1.21-banban.5'

s.platform = :osx, '10.11'
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }
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.1.1.21-banban.4_DCG_Android_Video_20231201_0131.zip"
export IRIS_CDN_URL_IOS="https://download.agora.io/sdk/release/iris_4.1.1.21-banban.4_DCG_iOS_Video_20231201_0131.zip"
export IRIS_CDN_URL_MACOS="https://download.agora.io/sdk/release/iris_4.1.1.21-banban.4_DCG_Mac_Video_20231201_0133.zip"
export IRIS_CDN_URL_WINDOWS="https://download.agora.io/sdk/release/iris_4.1.1.21-banban.4_DCG_Windows_Video_20231201_0131.zip"
export IRIS_CDN_URL_ANDROID="https://download.agora.io/sdk/release/iris_4.1.1.21-banban.5_DCG_Android_Video_20231201_0258.zip"
export IRIS_CDN_URL_IOS="https://download.agora.io/sdk/release/iris_4.1.1.21-banban.5_DCG_iOS_Video_20231201_0258.zip"
export IRIS_CDN_URL_MACOS="https://download.agora.io/sdk/release/iris_4.1.1.21-banban.5_DCG_Mac_Video_20231201_0258.zip"
export IRIS_CDN_URL_WINDOWS="https://download.agora.io/sdk/release/iris_4.1.1.21-banban.5_DCG_Windows_Video_20231201_0258.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.1.1.21-banban.4_DCG_Windows_Video_20231201_0131.zip")
set(IRIS_SDK_DOWNLOAD_NAME "iris_4.1.1.21-banban.4_DCG_Windows")
set(IRIS_SDK_DOWNLOAD_URL "https://download.agora.io/sdk/release/iris_4.1.1.21-banban.5_DCG_Windows_Video_20231201_0258.zip")
set(IRIS_SDK_DOWNLOAD_NAME "iris_4.1.1.21-banban.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 474def7

Please sign in to comment.