Skip to content

Commit eb6e9d6

Browse files
author
Xia Ning
committed
upgrade iOS, macOS, windows sdk version to 3.2.1
1 parent a1c97bf commit eb6e9d6

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

iOS/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ target 'APIExample' do
88
pod 'AGEVideoLayout', '~> 1.0.2'
99
# use this if you don't need encryption feature
1010
# pod 'AgoraRtcEngine_iOS', '3.2.0'
11-
pod 'AgoraRtcEngine_iOS', '3.2.0'
11+
pod 'AgoraRtcEngine_iOS', '3.2.1'
1212
#pod 'AgoraMediaPlayer_iOS', '1.1.4'
1313
end
1414

macOS/Podfile

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

88
# Pods for APIExample
99
pod 'AGEVideoLayout', '~> 1.0.2'
10-
pod 'AgoraRtcEngine_macOS', '3.2.0'
10+
pod 'AgoraRtcEngine_macOS', '3.2.1'
1111

1212
target 'APIExampleTests' do
1313
inherit! :search_paths

windows/APIExample/install.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
$ThirdPartysrc = 'https://agora-adc-artifacts.oss-cn-beijing.aliyuncs.com/libs/ThirdParty.zip'
22
$ThirdPartydes = 'ThirdParty.zip'
3-
$agora_sdk = 'https://download.agora.io/sdk/release/Agora_Native_SDK_for_Windows_v3_2_0_FULL.zip'
3+
$agora_sdk = 'https://download.agora.io/sdk/release/Agora_Native_SDK_for_Windows_v3_2_1_FULL.zip'
44
$agora_des = 'Agora_Native_SDK_for_Windows_v3_2_0_FULL.zip'
55
$MediaPlayerSDK = 'https://download.agora.io/sdk/release/Agora_Media_Player_for_Windows_x86_rel.v1.1.0.16486_20200507_1537.zip'
66
$MediaPlayerDes = 'MediaPlayerPartSave.zip'

0 commit comments

Comments
 (0)