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 f2aa4a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ dependencies {
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'
implementation 'io.agora.rtc:iris-rtc:4.2.6-build.2'
}

if (isNewArchitectureEnabled()) {
Expand Down
2 changes: 1 addition & 1 deletion react-native-agora.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Pod::Spec.new do |s|
end

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

0 comments on commit f2aa4a4

Please sign in to comment.