Skip to content

Commit

Permalink
chore: optimize
Browse files Browse the repository at this point in the history
  • Loading branch information
guoxianzhe committed Aug 23, 2024
1 parent 0c74a60 commit 9846ac1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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()) {
Expand Down
4 changes: 2 additions & 2 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -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
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', '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

0 comments on commit 9846ac1

Please sign in to comment.