Skip to content

Commit 0a68e0c

Browse files
author
zhaoyongqiang
committed
update sdk version to 4.2.1
1 parent 91f380d commit 0a68e0c

3 files changed

Lines changed: 12 additions & 12 deletions

File tree

iOS/APIExample-Audio/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ target 'APIExample-Audio' do
77

88
pod 'Floaty', '~> 4.2.0'
99
pod 'AGEVideoLayout', '~> 1.0.2'
10-
pod 'AgoraAudio_iOS', '4.2.0'
10+
pod 'AgoraAudio_iOS', '4.2.1'
1111
# pod 'sdk', :path => 'sdk.podspec'
1212
end
1313

iOS/APIExample/Podfile

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,21 @@ target 'APIExample' do
88
pod 'Floaty', '~> 4.2.0'
99
pod 'AGEVideoLayout', '~> 1.0.2'
1010
pod 'CocoaAsyncSocket', '7.6.5'
11-
pod 'AgoraRtcEngine_iOS', '4.2.0'
12-
# pod 'sdk', :path => 'sdk.podspec'
11+
pod 'AgoraRtcEngine_iOS', '4.2.1'
12+
# pod 'sdk', :path => 'sdk.podspec'
1313
# pod 'senseLib', :path => 'sense.podspec'
1414
# pod 'bytedEffect', :path => 'bytedEffect.podspec'
15-
# pod 'fuLib', :path => 'fu.podspec'
15+
# pod 'fuLib', :path => 'fu.podspec'
1616
end
1717

1818
target 'Agora-ScreenShare-Extension' do
1919
use_frameworks!
20-
# pod 'sdk', :path => 'sdk.podspec'
21-
pod 'AgoraRtcEngine_iOS', '4.2.0'
20+
# pod 'sdk', :path => 'sdk.podspec'
21+
pod 'AgoraRtcEngine_iOS', '4.2.1'
2222
end
2323

2424
target 'SimpleFilter' do
2525
use_frameworks!
26-
# pod 'sdk', :path => 'sdk.podspec'
27-
pod 'AgoraRtcEngine_iOS', '4.2.0'
26+
# pod 'sdk', :path => 'sdk.podspec'
27+
pod 'AgoraRtcEngine_iOS', '4.2.1'
2828
end

macOS/Podfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ target 'APIExample' do
44
use_frameworks!
55

66
pod 'AGEVideoLayout', '1.0.2'
7-
pod 'AgoraRtcEngine_macOS', '4.2.0'
8-
# pod 'sdk', :path => 'sdk.podspec'
7+
pod 'AgoraRtcEngine_macOS', '4.2.1'
8+
# pod 'sdk', :path => 'sdk.podspec'
99
end
1010

1111
target 'SimpleFilter' do
1212
use_frameworks!
13-
# pod 'sdk', :path => 'sdk.podspec'
14-
pod 'AgoraRtcEngine_macOS', '4.2.0'
13+
# pod 'sdk', :path => 'sdk.podspec'
14+
pod 'AgoraRtcEngine_macOS', '4.2.1'
1515
end

0 commit comments

Comments
 (0)