From 9846ac13a78e4997722a30163a972d3e02127256 Mon Sep 17 00:00:00 2001 From: gxz Date: Fri, 23 Aug 2024 14:09:04 +0800 Subject: [PATCH] chore: optimize --- android/build.gradle | 2 +- example/ios/Podfile.lock | 4 ++-- react-native-agora.podspec | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 4eed6748e..bd24c4daa 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -166,7 +166,7 @@ dependencies { implementation fileTree(include: ['*.jar', '*.aar'], dir: 'libs') api 'io.agora.rtc:full-sdk:4.4.1' implementation 'io.agora.rtc:full-screen-sharing:4.4.1' - implementation 'io.agora.rtc:iris-rtc:4.4.0-build.4' + implementation 'io.agora.rtc:iris-rtc:4.4.0-build.6' } if (isNewArchitectureEnabled()) { diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index 176adc5cc..eb99d3dfa 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -1,5 +1,5 @@ PODS: - - AgoraIrisRTC_iOS (4.4.0-build.4) + - AgoraIrisRTC_iOS (4.4.0-build.6) - AgoraRtcEngine_iOS (4.4.0): - AgoraRtcEngine_iOS/AIAEC (= 4.4.0) - AgoraRtcEngine_iOS/AIAECLL (= 4.4.0) @@ -418,7 +418,7 @@ PODS: - React-logger (0.72.12): - glog - react-native-agora (4.3.2): - - AgoraIrisRTC_iOS (= 4.4.0-build.4) + - AgoraIrisRTC_iOS (= 4.4.0-build.6) - AgoraRtcEngine_iOS (= 4.4.0) - RCT-Folly (= 2021.07.22.00) - React-Core diff --git a/react-native-agora.podspec b/react-native-agora.podspec index 4b7d4ab66..190e0e408 100644 --- a/react-native-agora.podspec +++ b/react-native-agora.podspec @@ -41,7 +41,7 @@ Pod::Spec.new do |s| end s.dependency 'AgoraRtcEngine_iOS', '4.4.0' - s.dependency 'AgoraIrisRTC_iOS', '4.4.0-build.4' + s.dependency 'AgoraIrisRTC_iOS', '4.4.0-build.6' s.libraries = 'stdc++' s.framework = 'ReplayKit' end