Skip to content

Commit 229508b

Browse files
author
Arlin
committed
change AGEVideoLayout to v1.0.4 to avoid crash on macos
1 parent e80db67 commit 229508b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

iOS/Podfile

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

66
use_frameworks!
77
pod 'Floaty', '~> 4.2.0'
8-
pod 'AGEVideoLayout', '~> 1.0.2'
8+
pod 'AGEVideoLayout', '~> 1.0.4'
99
pod 'AgoraRtcEngine_iOS', '3.6.0.1'
1010
pod 'AgoraMediaPlayer_iOS', '1.2.2'
1111
end

macOS/Podfile

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

88
# Pods for APIExample
9-
pod 'AGEVideoLayout', '~> 1.0.2'
9+
pod 'AGEVideoLayout', '~> 1.0.4'
1010
pod 'AgoraRtcEngine_macOS', '3.6.0.1'
1111

1212
target 'APIExampleTests' do
@@ -18,4 +18,4 @@ target 'APIExample' do
1818
# Pods for testing
1919
end
2020

21-
end
21+
end

0 commit comments

Comments
 (0)