Skip to content

Commit

Permalink
[AUTO] Update dependencies (#753)
Browse files Browse the repository at this point in the history
* [AUTO] Update dependencies

* chore(example): update Podfile.lock by new dependencies

---------

Co-authored-by: guoxianzhe <guoxianzhe@users.noreply.github.com>
  • Loading branch information
sda-rob and guoxianzhe authored Dec 8, 2023
1 parent 8785e4b commit f90dab2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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:agora-full-preview:4.3.0-dev.9'
implementation 'io.agora.rtc:full-screen-sharing-special:4.3.0-dev.9'
implementation 'io.agora.rtc:iris-rtc:4.3.0-dev.10'
implementation 'io.agora.rtc:iris-rtc:4.3.0-dev.11'
}

if (isNewArchitectureEnabled()) {
Expand Down
8 changes: 4 additions & 4 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- AgoraIrisRTC_iOS (4.3.0-dev.10)
- AgoraIrisRTC_iOS (4.3.0-dev.11)
- AgoraRtcEngine_iOS_Preview (4.3.0-dev.9)
- boost (1.76.0)
- CocoaAsyncSocket (7.6.5)
Expand Down Expand Up @@ -378,7 +378,7 @@ PODS:
- React-logger (0.72.5):
- glog
- react-native-agora (4.2.6):
- AgoraIrisRTC_iOS (= 4.3.0-dev.10)
- AgoraIrisRTC_iOS (= 4.3.0-dev.11)
- AgoraRtcEngine_iOS_Preview (= 4.3.0-dev.9)
- RCT-Folly (= 2021.07.22.00)
- React-Core
Expand Down Expand Up @@ -718,7 +718,7 @@ EXTERNAL SOURCES:
:path: "../node_modules/react-native/ReactCommon/yoga"

SPEC CHECKSUMS:
AgoraIrisRTC_iOS: a825ecf9063c7ef3b0599912019e7e24945ee8cc
AgoraIrisRTC_iOS: 73cd7e1eeb4d8fa3125bc4f917c13deb3e119d24
AgoraRtcEngine_iOS_Preview: 77fa8deb0c7ff3ac7ed37a039284688ad5af8353
boost: 57d2868c099736d80fcd648bf211b4431e51a558
CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99
Expand Down Expand Up @@ -753,7 +753,7 @@ SPEC CHECKSUMS:
React-jsiexecutor: ff70a72027dea5cc7d71cfcc6fad7f599f63987a
React-jsinspector: aef73cbd43b70675f572214d10fa438c89bf11ba
React-logger: 2e4aee3e11b3ec4fa6cfd8004610bbb3b8d6cca4
react-native-agora: 367987033a4124be1041fdc52a580544338c8735
react-native-agora: f6ac99157284ba22e4e42474b395db56c7982175
react-native-agora-rawdata: 097895cdccd8fcf3cff5dffe23372f5d3c89fd31
react-native-image-tools: 88218449791389bbf550a2c475a3b564c8233c8b
react-native-safe-area-context: 7aa8e6d9d0f3100a820efb1a98af68aa747f9284
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.3.0-dev.9'
s.dependency 'AgoraIrisRTC_iOS', '4.3.0-dev.10'
s.dependency 'AgoraIrisRTC_iOS', '4.3.0-dev.11'
s.libraries = 'stdc++'
s.framework = 'ReplayKit'
end

0 comments on commit f90dab2

Please sign in to comment.