Skip to content

Commit

Permalink
chore: update iris to 4.5.0-dev.6
Browse files Browse the repository at this point in the history
  • Loading branch information
guoxianzhe committed Oct 15, 2024
1 parent c611c4e commit e9bee62
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 @@ -164,9 +164,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.5.0-dev.4'
implementation 'io.agora.rtc:full-screen-sharing-special:4.5.0-dev.4'
implementation 'io.agora.rtc:iris-rtc:4.5.0-dev.4'
api 'io.agora.rtc:agora-full-preview:4.5.0-dev.6'
implementation 'io.agora.rtc:full-screen-sharing-special:4.5.0-dev.6'
implementation 'io.agora.rtc:iris-rtc:4.5.0-dev.6'
}

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.5.0-dev.4'
pod 'AgoraRtcEngine_iOS_Preview', '4.5.0-dev.6'
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.5.0-dev.4'
s.dependency 'AgoraIrisRTC_iOS', '4.5.0-dev.4'
s.dependency 'AgoraRtcEngine_iOS_Preview', '4.5.0-dev.6'
s.dependency 'AgoraIrisRTC_iOS', '4.5.0-dev.6'
s.libraries = 'stdc++'
s.framework = 'ReplayKit'
end

0 comments on commit e9bee62

Please sign in to comment.