Skip to content

Commit 7690fa4

Browse files
authored
fix: upgrade sdk from build.4 to build.5 for iOS (#2370)
1 parent 9ec9c72 commit 7690fa4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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
# iris dependencies start
27-
s.dependency 'AgoraIrisRTC_iOS', '4.5.2.140-build.4'
27+
s.dependency 'AgoraIrisRTC_iOS', '4.5.2.140-build.5'
2828
# iris dependencies end
2929

3030
# native dependencies start

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.5.2-sp.452.b.1
5+
version: 6.5.2-sp.452140
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)