Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: upgrade native sdk 6.1.1-ps.411191 #1782

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.185-build.1'
api 'io.agora.rtc:agora-special-full:4.1.1.29'
api 'io.agora.rtc:full-screen-sharing:4.1.1.29'
api 'io.agora.rtc:agora-special-full:4.1.1.191'
api 'io.agora.rtc:full-screen-sharing:4.1.1.191'
}
}

Expand Down
6 changes: 3 additions & 3 deletions internal/deps_summary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Native:
<NATIVE_CDN_URL_IOS>
<NATIVE_CDN_URL_MACOS>
<NATIVE_CDN_URL_WINDOWS>
implementation 'io.agora.rtc:agora-special-full:4.1.1.29'
implementation 'io.agora.rtc:full-screen-sharing:4.1.1.29'
pod 'AgoraRtcEngine_Special_iOS', '4.1.1.29'
implementation 'io.agora.rtc:agora-special-full:4.1.1.191'
implementation 'io.agora.rtc:full-screen-sharing:4.1.1.191'
pod 'AgoraRtcEngine_Special_iOS', '4.1.1.191'
<NATIVE_MACOS_COCOAPODS>
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.185-build.1'
s.dependency 'AgoraRtcEngine_Special_iOS', '4.1.1.29'
s.dependency 'AgoraRtcEngine_Special_iOS', '4.1.1.191'
# s.dependency 'AgoraRtcWrapper'
s.platform = :ios, '9.0'
s.swift_version = '5.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-ps.41129
version: 6.1.1-ps.411191
homepage: https://www.agora.io
repository: https://github.com/AgoraIO-Extensions/Agora-Flutter-SDK/tree/main
environment:
Expand Down
Loading