Skip to content

Commit 8c1a38e

Browse files
authored
chore: upgrade sdk to 164.2 for ios and android (#2388)
1 parent 9f4dc25 commit 8c1a38e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ dependencies {
5858
implementation fileTree(dir: "libs", include: ["*.jar"])
5959
} else {
6060
api 'io.agora.rtc:iris-rtc:4.2.6.163-build.3'
61-
api 'io.agora.rtc:agora-special-full:4.2.6.163'
61+
api 'io.agora.rtc:agora-special-full:4.2.6.164.2'
6262
// api 'io.agora.rtc:full-screen-sharing:4.2.6.163'
6363
}
6464
}

ios/agora_rtc_engine.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Pod::Spec.new do |s|
2424
s.vendored_frameworks = 'libs/*.xcframework'
2525
else
2626
s.dependency 'AgoraIrisRTC_iOS', '4.2.6.163-build.3'
27-
s.dependency 'AgoraRtcEngine_Special_iOS', '4.2.6.163'
27+
s.dependency 'AgoraRtcEngine_Special_iOS', '4.2.6.164.2'
2828
end
2929

3030
s.platform = :ios, '9.0'

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: agora_rtc_engine
22
description: >-
33
Flutter plugin of Agora RTC SDK, allow you to simply integrate Agora Video
44
Calling or Live Video Streaming to your app with just a few lines of code.
5-
version: 6.2.6-sp.426164.b.3
5+
version: 6.2.6-sp.426164.b.4
66
homepage: https://www.agora.io
77
repository: https://github.com/AgoraIO-Extensions/Agora-Flutter-SDK/tree/main
88
environment:

0 commit comments

Comments
 (0)