Skip to content

Commit bc4a798

Browse files
author
xianing
committed
fix simulator compatible issue
1 parent 8d20908 commit bc4a798

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Android/APIExample/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ android {
3636

3737
dependencies {
3838
implementation fileTree(dir: 'libs', include: ['*.jar', '*.aar'])
39-
implementation 'com.github.agorabuilder:agora-ffmpeg-player-preview:4.0.0'
39+
implementation 'com.github.agorabuilder:agora-full-preview:4.0.0'
4040

4141
implementation 'androidx.appcompat:appcompat:1.1.0'
4242
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'

iOS/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ target 'APIExample' do
77
pod 'AGEVideoLayout', '~> 1.0.2'
88
pod 'CocoaAsyncSocket', '7.6.5'
99
# pod 'AgoraNGSDK', :path => 'sdk'
10-
pod 'AgoraFFmpegPlayer_iOS_Preview', '4.0.0'
10+
pod 'AgoraRtcEngine_iOS_Preview', '4.0.0'
1111
end
1212

1313
target 'Agora-ScreenShare-Extension' do

0 commit comments

Comments
 (0)