We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cdd585 commit df5f096Copy full SHA for df5f096
2 files changed
iOS/Podfile
@@ -6,12 +6,12 @@ target 'APIExample' do
6
use_frameworks!
7
pod 'Floaty', '~> 4.2.0'
8
pod 'AGEVideoLayout', '~> 1.0.2'
9
- pod 'AgoraRtcEngine_iOS', '3.3.0'
+ pod 'AgoraRtcEngine_iOS', '3.3.1'
10
pod 'AgoraMediaPlayer_iOS', '1.2.2'
11
end
12
13
target 'Agora-ScreenShare-Extension' do
14
15
16
17
macOS/Podfile
@@ -7,7 +7,7 @@ target 'APIExample' do
# Pods for APIExample
- pod 'AgoraRtcEngine_macOS', '3.3.0'
+ pod 'AgoraRtcEngine_macOS', '3.3.1'
target 'APIExampleTests' do
inherit! :search_paths
0 commit comments