File tree Expand file tree Collapse file tree
Android/APIExample/lib-component Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ dependencies {
3030 androidTestImplementation ' androidx.test.ext:junit:1.1.1'
3131 androidTestImplementation ' androidx.test.espresso:espresso-core:3.2.0'
3232
33- api ' com.github.agorabuilder:native-full-sdk:3.4.2 '
33+ api ' com.github.agorabuilder:native-full-sdk:3.4.5 '
3434 api ' io.agora:agoraplayer:1.2.4'
3535
3636}
Original file line number Diff line number Diff line change @@ -6,12 +6,12 @@ target 'APIExample' do
66 use_frameworks!
77 pod 'Floaty' , '~> 4.2.0'
88 pod 'AGEVideoLayout' , '~> 1.0.2'
9- pod 'AgoraRtcEngine_iOS' , '3.4.2 '
9+ pod 'AgoraRtcEngine_iOS' , '3.4.5 '
1010 pod 'AgoraMediaPlayer_iOS' , '1.2.2'
1111end
1212
1313target 'Agora-ScreenShare-Extension' do
1414
1515 use_frameworks!
16- pod 'AgoraRtcEngine_iOS' , '3.4.2 '
16+ pod 'AgoraRtcEngine_iOS' , '3.4.5 '
1717end
Original file line number Diff line number Diff 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.4.2 '
10+ pod 'AgoraRtcEngine_macOS' , '3.4.5 '
1111
1212 target 'APIExampleTests' do
1313 inherit! :search_paths
You can’t perform that action at this time.
0 commit comments