Skip to content

Commit

Permalink
feat: upgrade native sdk dependencies 20230913
Browse files Browse the repository at this point in the history
  • Loading branch information
littleGnAl committed Sep 13, 2023
1 parent 0bcfc61 commit 3bb0657
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scripts/artifacts_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ set -e
export IRIS_CDN_URL_ANDROID="https://download.agora.io/sdk/release/iris_4.2.3-dev.3_DCG_Android_Video_20230912_0437.zip"
export IRIS_CDN_URL_IOS="https://download.agora.io/sdk/release/iris_4.2.3-dev.3_DCG_iOS_Video_20230912_0438.zip"
export IRIS_CDN_URL_MACOS="https://download.agora.io/sdk/release/iris_4.2.3-dev.3_DCG_Mac_Video_20230912_0437.zip"
export IRIS_CDN_URL_WINDOWS="https://download.agora.io/sdk/release/iris_4.2.3-dev.3_DCG_Windows_Video_20230912_0437.zip"
export IRIS_CDN_URL_WINDOWS="https://download.agora.io/sdk/release/iris_4.2.3-dev.4_DCG_Windows_Video_20230912_0614.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.2.3-dev.3_DCG_Windows_Video_20230912_0437.zip")
set(IRIS_SDK_DOWNLOAD_NAME "iris_4.2.3-dev.3_DCG_Windows")
set(IRIS_SDK_DOWNLOAD_URL "https://download.agora.io/sdk/release/iris_4.2.3-dev.4_DCG_Windows_Video_20230912_0614.zip")
set(IRIS_SDK_DOWNLOAD_NAME "iris_4.2.3-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 3bb0657

Please sign in to comment.