Skip to content

Commit

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

> This pull request is trigger by bot, you can checkout this branch and
update it.

Co-authored-by: littleGnAl <[email protected]>
  • Loading branch information
littleGnAl and littleGnAl authored Oct 23, 2023
1 parent acd2ff4 commit ba02c05
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ dependencies {
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.6'
api 'io.agora.rtc:full-screen-sharing:4.1.1.6'
api 'io.agora.rtc:agora-special-full:4.1.1.155'
api 'io.agora.rtc:full-screen-sharing:4.1.1.155'
}
}

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 @@ -18,7 +18,7 @@ Pod::Spec.new do |s|
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.6'
s.dependency 'AgoraRtcEngine_Special_iOS', '4.1.1.155'
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.4116.banban.2
version: 6.1.1-sp.411155.banban.1
homepage: https://www.agora.io
repository: https://github.com/AgoraIO-Extensions/Agora-Flutter-SDK/tree/main
environment:
Expand Down

0 comments on commit ba02c05

Please sign in to comment.