Skip to content

Commit c5d00fd

Browse files
author
zhaoyongqiang
committed
update rtc版本到3.7.1
1 parent 483bd89 commit c5d00fd

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

iOS/Podfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ target 'APIExample' do
66

77
pod 'Floaty', '~> 4.2.0'
88
pod 'AGEVideoLayout', '~> 1.0.4'
9-
# pod 'AgoraRtcEngine_iOS', '3.7.0'
10-
pod 'sdk', :path => 'sdk.podspec'
9+
pod 'AgoraRtcEngine_iOS', '3.7.1'
10+
# pod 'sdk', :path => 'sdk.podspec'
1111
pod 'AgoraMediaPlayer_iOS', '1.2.2'
1212
end
1313

1414
target 'Agora-ScreenShare-Extension' do
1515
use_frameworks!
1616

17-
# pod 'AgoraRtcEngine_iOS', '3.7.0'
18-
pod 'sdk', :path => 'sdk.podspec'
17+
pod 'AgoraRtcEngine_iOS', '3.7.1'
18+
# pod 'sdk', :path => 'sdk.podspec'
1919
end

macOS/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ target 'APIExample' do
77

88
# Pods for APIExample
99
pod 'AGEVideoLayout', '~> 1.0.4'
10-
# pod 'AgoraRtcEngine_macOS', '3.7.0'
11-
pod 'sdk', :path => 'sdk.podspec'
10+
pod 'AgoraRtcEngine_macOS', '3.7.1'
11+
# pod 'sdk', :path => 'sdk.podspec'
1212

1313
target 'APIExampleTests' do
1414
inherit! :search_paths

0 commit comments

Comments
 (0)