Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,9 @@ dependencies {
implementation "com.facebook.react:react-native:+"
implementation fileTree(include: ['*.jar', '*.aar'], dir: 'libs')
/// dependencies start
api 'io.agora.rtc:agora-full-preview:4.5.1-dev.4'
implementation 'io.agora.rtc:full-screen-sharing-special:4.5.1-dev.4'
implementation 'io.agora.rtc:iris-rtc:4.5.1-dev.4'
api 'io.agora.rtc:agora-full-preview:4.5.1-dev.5'
implementation 'io.agora.rtc:full-screen-sharing-special:4.5.1-dev.5'
implementation 'io.agora.rtc:iris-rtc:4.5.1-dev.5'
/// dependencies end
}

Expand Down
2 changes: 1 addition & 1 deletion example/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@ end

target 'ScreenShare' do
#dependencies start
pod 'AgoraRtcEngine_iOS_Preview', '4.5.1-dev.4'
pod 'AgoraRtcEngine_iOS_Preview', '4.5.1-dev.5'
#dependencies end
end
18 changes: 9 additions & 9 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PODS:
- AgoraIrisRTC_iOS (4.5.1-dev.4)
- AgoraRtcEngine_iOS_Preview (4.5.1-dev.4)
- AgoraIrisRTC_iOS (4.5.1-dev.5)
- AgoraRtcEngine_iOS_Preview (4.5.1-dev.5)
- boost (1.76.0)
- CocoaAsyncSocket (7.6.5)
- DoubleConversion (1.1.6)
Expand Down Expand Up @@ -378,8 +378,8 @@ PODS:
- React-logger (0.72.12):
- glog
- react-native-agora (4.5.1):
- AgoraIrisRTC_iOS (= 4.5.1-dev.4)
- AgoraRtcEngine_iOS_Preview (= 4.5.1-dev.4)
- AgoraIrisRTC_iOS (= 4.5.1-dev.5)
- AgoraRtcEngine_iOS_Preview (= 4.5.1-dev.5)
- RCT-Folly (= 2021.07.22.00)
- React-Core
- react-native-image-tools (0.8.1):
Expand Down Expand Up @@ -517,7 +517,7 @@ PODS:
- Yoga (~> 1.14)

DEPENDENCIES:
- AgoraRtcEngine_iOS_Preview (= 4.5.1-dev.4)
- AgoraRtcEngine_iOS_Preview (= 4.5.1-dev.5)
- boost (from `../node_modules/react-native/third-party-podspecs/boost.podspec`)
- DoubleConversion (from `../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec`)
- FBLazyVector (from `../node_modules/react-native/Libraries/FBLazyVector`)
Expand Down Expand Up @@ -712,8 +712,8 @@ EXTERNAL SOURCES:
:path: "../node_modules/react-native/ReactCommon/yoga"

SPEC CHECKSUMS:
AgoraIrisRTC_iOS: b88e1ba73a90fe2a940d418e747b4aa3634895eb
AgoraRtcEngine_iOS_Preview: 8df25ee49f28c9e02169bea4ed4a2db2111c3151
AgoraIrisRTC_iOS: 8cd40fa377012fa8cfc9233250a68fbfb672bdca
AgoraRtcEngine_iOS_Preview: b27e6010e733170888b4062ba23afe214c478b8d
boost: 7dcd2de282d72e344012f7d6564d024930a6a440
CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99
DoubleConversion: 5189b271737e1565bdce30deb4a08d647e3f5f54
Expand Down Expand Up @@ -747,7 +747,7 @@ SPEC CHECKSUMS:
React-jsiexecutor: 95bdf0ab46024ca9849e08739b6abd8fe489cd33
React-jsinspector: 8e291ed0ab371314de269001d6b9b25db6aabf42
React-logger: d4010de0b0564e63637ad08373bc73b5d919974b
react-native-agora: 6c8a88a6d7875bb83cc34bfcc41b33344d693c17
react-native-agora: 0fa2fbc8388247c914725fd96054fce87c9175de
react-native-image-tools: 88218449791389bbf550a2c475a3b564c8233c8b
react-native-safe-area-context: 7aa8e6d9d0f3100a820efb1a98af68aa747f9284
react-native-slider: 1cdd6ba29675df21f30544253bf7351d3c2d68c4
Expand Down Expand Up @@ -778,6 +778,6 @@ SPEC CHECKSUMS:
Yoga: 87e59f6d458e5061d2421086c5de994b3f7cd151
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a

PODFILE CHECKSUM: 19aa4ae14e3654259b8fee76c1bbc1e2d5294ce8
PODFILE CHECKSUM: 07f5f224672df6b82cddbba7166a6dc7ae14c0d8

COCOAPODS: 1.13.0
4 changes: 2 additions & 2 deletions react-native-agora.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ Pod::Spec.new do |s|
end

#dependencies start
s.dependency 'AgoraRtcEngine_iOS_Preview', '4.5.1-dev.4'
s.dependency 'AgoraIrisRTC_iOS', '4.5.1-dev.4'
s.dependency 'AgoraRtcEngine_iOS_Preview', '4.5.1-dev.5'
s.dependency 'AgoraIrisRTC_iOS', '4.5.1-dev.5'
#dependencies end
s.libraries = 'stdc++'
s.framework = 'ReplayKit'
Expand Down