Skip to content

Commit

Permalink
feat: upgrade native sdk 4.1.1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
littleGnAl authored Nov 14, 2023
1 parent ba02c05 commit ee35764
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ dependencies {
if (isDev(project)) {
implementation fileTree(dir: "libs", include: ["*.jar"])
} else {
api 'io.agora.rtc:iris-rtc:4.1.1.6-banban.3'
api 'io.agora.rtc:agora-special-full:4.1.1.155'
api 'io.agora.rtc:full-screen-sharing:4.1.1.155'
api 'io.agora.rtc:iris-rtc:4.1.1.21-build.2'
api 'io.agora.rtc:agora-special-full:4.1.1.21'
api 'io.agora.rtc:full-screen-sharing:4.1.1.21'
}
}

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 @@ -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.1.1.6-banban.3'
s.dependency 'AgoraRtcEngine_Special_iOS', '4.1.1.155'
s.dependency 'AgoraIrisRTC_iOS', '4.1.1.21-build.2'
s.dependency 'AgoraRtcEngine_Special_iOS', '4.1.1.21'
s.weak_frameworks = 'AgoraAiEchoCancellationExtension', 'AgoraAiNoiseSuppressionExtension', 'AgoraAudioBeautyExtension', 'AgoraClearVisionExtension', 'AgoraContentInspectExtension', 'AgoraDrmLoaderExtension', 'AgoraFaceDetectionExtension', 'AgoraReplayKitExtension', 'AgoraSpatialAudioExtension', 'AgoraVideoQualityAnalyzerExtension', 'AgoraVideoSegmentationExtension'
# s.dependency 'AgoraRtcWrapper'
s.platform = :ios, '9.0'
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: agora_rtc_engine
description: >-
Flutter plugin of Agora RTC SDK, allow you to simply integrate Agora Video
Calling or Live Video Streaming to your app with just a few lines of code.
version: 6.1.1-sp.411155.banban.1
version: 6.1.1-sp.41121
homepage: https://www.agora.io
repository: https://github.com/AgoraIO-Extensions/Agora-Flutter-SDK/tree/main
environment:
Expand Down
4 changes: 2 additions & 2 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.6-banban.3_DCG_Android_Video_20230518_0543.zip"
export IRIS_CDN_URL_IOS="https://download.agora.io/sdk/release/iris_4.1.1.6-banban.3_DCG_iOS_Video_20230518_0543.zip"
export IRIS_CDN_URL_ANDROID="https://download.agora.io/sdk/release/iris_4.1.1.21-build.2_DCG_Android_Video_20231114_1050.zip"
export IRIS_CDN_URL_IOS="https://download.agora.io/sdk/release/iris_4.1.1.21-build.2_DCG_iOS_Video_20231114_1050.zip"
export IRIS_CDN_URL_MACOS="https://download.agora.io/sdk/release/iris_4.1.0_DCG_Mac_Video_20230105_0846.zip"
export IRIS_CDN_URL_WINDOWS="https://download.agora.io/sdk/release/iris_4.1.0_DCG_Windows_Video_20230105_0846.zip"

0 comments on commit ee35764

Please sign in to comment.