Skip to content

Commit

Permalink
feat: upgrade native sdk dependencies 20230615
Browse files Browse the repository at this point in the history
  • Loading branch information
littleGnAl committed Jun 15, 2023
1 parent 21d128b commit e58985c
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@ dependencies {
if (isDev(project)) {
implementation fileTree(dir: "libs", include: ["*.jar"])
} else {
api 'io.agora.rtc:iris-rtc:4.2.0-build.3'
api 'io.agora.rtc:full-sdk:4.2.0'
api 'io.agora.rtc:full-screen-sharing:4.2.0'
api 'io.agora.rtc:iris-rtc:4.2.2-dev.4'
api 'io.agora.rtc:agora-full-preview:4.2.2-dev.2'
api 'io.agora.rtc:full-screen-sharing-special:4.2.2-dev.2'
}
}

static boolean isDev(Project project) {
def devFile = project.file('.plugin_dev')
return devFile.exists()
}
}
4 changes: 2 additions & 2 deletions ios/agora_rtc_engine.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ Pod::Spec.new do |s|
s.source = { :path => '.' }
s.source_files = 'Classes/**/*.{h,mm,m,swift}'
s.dependency 'Flutter'
s.dependency 'AgoraIrisRTC_iOS', '4.2.0-build.3'
s.dependency 'AgoraRtcEngine_iOS', '4.2.0'
s.dependency 'AgoraIrisRTC_iOS', '4.2.2-dev.4'
s.dependency 'AgoraRtcEngine_iOS_Preview', '4.2.2-dev.2'
# s.dependency 'AgoraRtcWrapper'
s.platform = :ios, '9.0'
s.swift_version = '5.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 @@ -16,8 +16,8 @@ A new flutter plugin project.
s.source_files = 'Classes/**/*.{h,mm}', 'Classes/File.swift'
s.dependency 'FlutterMacOS'
# s.dependency 'AgoraRtcWrapper'
s.dependency 'AgoraRtcEngine_macOS', '4.2.0'
s.dependency 'AgoraIrisRTC_macOS', '4.2.0-build.3'
s.dependency 'AgoraRtcEngine_macOS_Preview', '4.2.2-dev.2'
s.dependency 'AgoraIrisRTC_macOS', '4.2.2-dev.4'

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.2.0-build.3_DCG_Android_Video_20230525_0541.zip"
export IRIS_CDN_URL_IOS="https://download.agora.io/sdk/release/iris_4.2.0-build.3_DCG_iOS_Video_20230525_0544.zip"
export IRIS_CDN_URL_MACOS="https://download.agora.io/sdk/release/iris_4.2.0-build.3_DCG_Mac_Video_20230525_0545.zip"
export IRIS_CDN_URL_WINDOWS="https://download.agora.io/sdk/release/iris_4.2.0-build.3_DCG_Windows_Video_20230525_0541.zip"
export IRIS_CDN_URL_ANDROID="https://download.agora.io/sdk/release/iris_4.2.2-dev.4_DCG_Android_Video_20230614_0814.zip"
export IRIS_CDN_URL_IOS="https://download.agora.io/sdk/release/iris_4.2.2-dev.4_DCG_iOS_Video_20230614_0816.zip"
export IRIS_CDN_URL_MACOS="https://download.agora.io/sdk/release/iris_4.2.2-dev.4_DCG_Mac_Video_20230614_0816.zip"
export IRIS_CDN_URL_WINDOWS="https://download.agora.io/sdk/release/iris_4.2.2-dev.4_DCG_Windows_Video_20230615_1046.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.0-build.3_DCG_Windows_Video_20230525_0541.zip")
set(IRIS_SDK_DOWNLOAD_NAME "iris_4.2.0-build.3_DCG_Windows")
set(IRIS_SDK_DOWNLOAD_URL "https://download.agora.io/sdk/release/iris_4.2.2-dev.4_DCG_Windows_Video_20230615_1046.zip")
set(IRIS_SDK_DOWNLOAD_NAME "iris_4.2.2-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 e58985c

Please sign in to comment.