Skip to content

Commit

Permalink
feat: upgrade native sdk 4.2.6.8.KK
Browse files Browse the repository at this point in the history
  • Loading branch information
littleGnAl authored Apr 9, 2024
1 parent 7d58528 commit f556d31
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ dependencies {
implementation fileTree(dir: "libs", include: ["*.jar"])
} else {
api 'io.agora.rtc:iris-rtc:4.2.6.8-build.1'
api 'io.agora.rtc:agora-special-full:4.2.6.8.MINI.VIDEO'
api 'io.agora.rtc:agora-special-full:4.2.6.8.KK'
}
}

Expand Down
17 changes: 17 additions & 0 deletions internal/deps_summary.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Iris:
<IRIS_ANDROID_CDN>
<IRIS_IOS_CDN>
<IRIS_MACOS_CDN>
<IRIS_WINDOWS_CDN>
<IRIS_ANDROID_MAVEN>
<IRIS_IOS_COCOAPODS>
<IRIS_MACOS_COCOAPODS>

Native:
<NATIVE_CDN_URL_ANDROID>
<NATIVE_CDN_URL_IOS>
<NATIVE_CDN_URL_MACOS>
<NATIVE_CDN_URL_WINDOWS>
implementation 'io.agora.rtc:agora-special-full:4.2.6.8.KK'
pod 'AgoraRtcEngine_Special_iOS', '4.2.6.8.KK'
<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 @@ -24,7 +24,7 @@ Pod::Spec.new do |s|
s.vendored_frameworks = 'libs/*.xcframework'
else
s.dependency 'AgoraIrisRTC_iOS', '4.2.6.8-build.1'
s.dependency 'AgoraRtcEngine_Special_iOS', '4.2.6.8.MINI.VIDEO'
s.dependency 'AgoraRtcEngine_Special_iOS', '4.2.6.8.KK'
end

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.2.1-kk.3
version: 6.2.1-kk.4
homepage: https://www.agora.io
repository: https://github.com/AgoraIO-Extensions/Agora-Flutter-SDK/tree/main
environment:
Expand Down

0 comments on commit f556d31

Please sign in to comment.