Skip to content

Commit

Permalink
feat: upgrade native sdk dependencies 20240318
Browse files Browse the repository at this point in the history
  • Loading branch information
littleGnAl authored Mar 18, 2024
1 parent 91f3518 commit 87be0d5
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ dependencies {
if (isDev(project)) {
api fileTree(dir: "libs", include: ["*.jar"])
} else {
api 'io.agora.rtc:iris-rtc:4.3.1-dev.3'
api 'io.agora.rtc:agora-full-preview:4.3.1-dev.3'
api 'io.agora.rtc:full-screen-sharing-special:4.3.1-dev.3'
api 'io.agora.rtc:iris-rtc:4.3.1-dev.4'
api 'io.agora.rtc:agora-full-preview:4.3.1-dev.4'
api 'io.agora.rtc:full-screen-sharing-special:4.3.1-dev.4'
}
}

Expand Down
4 changes: 2 additions & 2 deletions ios/agora_rtc_engine.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ 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.1-dev.3'
s.dependency 'AgoraRtcEngine_iOS_Preview', '4.3.1-dev.3'
s.dependency 'AgoraIrisRTC_iOS', '4.3.1-dev.4'
s.dependency 'AgoraRtcEngine_iOS_Preview', '4.3.1-dev.4'
end

s.platform = :ios, '9.0'
Expand Down
4 changes: 2 additions & 2 deletions macos/agora_rtc_engine.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ A new flutter plugin project.
puts '[plugin_dev] Found .plugin_dev file, use vendored_frameworks instead.'
s.vendored_frameworks = 'libs/*.framework'
else
s.dependency 'AgoraRtcEngine_macOS_Preview', '4.3.1-dev.3'
s.dependency 'AgoraIrisRTC_macOS', '4.3.1-dev.3'
s.dependency 'AgoraRtcEngine_macOS_Preview', '4.3.1-dev.4'
s.dependency 'AgoraIrisRTC_macOS', '4.3.1-dev.4'
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.1-dev.3_DCG_Android_Video_20240313_1152.zip"
export IRIS_CDN_URL_IOS="https://download.agora.io/sdk/release/iris_4.3.1-dev.3_DCG_iOS_Video_20240313_1152.zip"
export IRIS_CDN_URL_MACOS="https://download.agora.io/sdk/release/iris_4.3.1-dev.3_DCG_Mac_Video_20240313_1152.zip"
export IRIS_CDN_URL_WINDOWS="https://download.agora.io/sdk/release/iris_4.3.1-dev.3_DCG_Windows_Video_20240313_1152.zip"
export IRIS_CDN_URL_ANDROID="https://download.agora.io/sdk/release/iris_4.3.1-dev.4_DCG_Android_Video_20240318_0530_436.zip"
export IRIS_CDN_URL_IOS="https://download.agora.io/sdk/release/iris_4.3.1-dev.4_DCG_iOS_Video_20240318_0530_344.zip"
export IRIS_CDN_URL_MACOS="https://download.agora.io/sdk/release/iris_4.3.1-dev.4_DCG_Mac_Video_20240318_0530_340.zip"
export IRIS_CDN_URL_WINDOWS="https://download.agora.io/sdk/release/iris_4.3.1-dev.4_DCG_Windows_Video_20240318_0530_378.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.1-dev.3_DCG_Windows_Video_20240313_1152.zip")
set(IRIS_SDK_DOWNLOAD_NAME "iris_4.3.1-dev.3_DCG_Windows")
set(IRIS_SDK_DOWNLOAD_URL "https://download.agora.io/sdk/release/iris_4.3.1-dev.4_DCG_Windows_Video_20240318_0530_378.zip")
set(IRIS_SDK_DOWNLOAD_NAME "iris_4.3.1-dev.4_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 87be0d5

Please sign in to comment.