Skip to content

Commit

Permalink
[AUTO] Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
LichKing-2234 authored Nov 9, 2023
1 parent dc89819 commit 450b854
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,9 @@ dependencies {
//noinspection GradleDynamicVersion
implementation "com.facebook.react:react-native:+"
implementation fileTree(include: ['*.jar', '*.aar'], dir: 'libs')
api 'io.agora.rtc:agora-full-preview:4.2.6-build.1'
implementation 'io.agora.rtc:full-screen-sharing-special:4.2.6-build.1'
implementation 'io.agora.rtc:iris-rtc:4.2.6-build.1'
api 'io.agora.rtc:agora-full-preview:4.2.6-build.2'
implementation 'io.agora.rtc:full-screen-sharing-special:4.2.6-build.2'
implementation 'io.agora.rtc:iris-rtc:4.2.6-build.2'
}

if (isNewArchitectureEnabled()) {
Expand Down
2 changes: 1 addition & 1 deletion example/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,5 @@ target 'AgoraRtcNgExample' do
end

target 'ScreenShare' do
pod 'AgoraRtcEngine_iOS_Preview', '4.2.6-build.1'
pod 'AgoraRtcEngine_iOS_Preview', '4.2.6-build.2'
end
4 changes: 2 additions & 2 deletions react-native-agora.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ Pod::Spec.new do |s|
end
end

s.dependency 'AgoraRtcEngine_iOS_Preview', '4.2.6-build.1'
s.dependency 'AgoraIrisRTC_iOS', '4.2.6-build.1'
s.dependency 'AgoraRtcEngine_iOS_Preview', '4.2.6-build.2'
s.dependency 'AgoraIrisRTC_iOS', '4.2.6-build.2'
s.libraries = 'stdc++'
s.framework = 'ReplayKit'
end

0 comments on commit 450b854

Please sign in to comment.