Skip to content

Commit

Permalink
chore: optimize
Browse files Browse the repository at this point in the history
  • Loading branch information
guoxianzhe committed Jan 23, 2024
1 parent 52a32d2 commit 2252536
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 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.3.0-dev.18'
implementation 'io.agora.rtc:full-screen-sharing-special:4.3.0-dev.18'
implementation 'io.agora.rtc:iris-rtc:4.3.0-dev.18'
api 'io.agora.rtc:agora-full-preview:4.3.0-dev.20'
implementation 'io.agora.rtc:full-screen-sharing-special:4.3.0-dev.20'
implementation 'io.agora.rtc:iris-rtc:4.3.0-dev.20'
}

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.3.0-dev.18'
pod 'AgoraRtcEngine_iOS_Preview', '4.3.0-dev.20'
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.3.0-dev.18)
- AgoraRtcEngine_iOS_Preview (4.3.0-dev.18)
- AgoraIrisRTC_iOS (4.3.0-dev.20)
- AgoraRtcEngine_iOS_Preview (4.3.0-dev.20)
- 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.5):
- glog
- react-native-agora (4.2.6):
- AgoraIrisRTC_iOS (= 4.3.0-dev.18)
- AgoraRtcEngine_iOS_Preview (= 4.3.0-dev.18)
- AgoraIrisRTC_iOS (= 4.3.0-dev.20)
- AgoraRtcEngine_iOS_Preview (= 4.3.0-dev.20)
- RCT-Folly (= 2021.07.22.00)
- React-Core
- react-native-agora-rawdata (0.1.0):
Expand Down Expand Up @@ -519,7 +519,7 @@ PODS:
- Yoga (~> 1.14)

DEPENDENCIES:
- AgoraRtcEngine_iOS_Preview (= 4.3.0-dev.18)
- AgoraRtcEngine_iOS_Preview (= 4.3.0-dev.20)
- 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 @@ -718,8 +718,8 @@ EXTERNAL SOURCES:
:path: "../node_modules/react-native/ReactCommon/yoga"

SPEC CHECKSUMS:
AgoraIrisRTC_iOS: f931bcc21681b0ce808624f32f861778c25316bf
AgoraRtcEngine_iOS_Preview: 44a75f17849d5793b0b2dab6f34d87697385c9da
AgoraIrisRTC_iOS: 250693642dbb3bfeda546262830ce6fd7fc1fbe4
AgoraRtcEngine_iOS_Preview: e29ad06600b8ba2bd1e1b3f3be41cd63a1e6914c
boost: 57d2868c099736d80fcd648bf211b4431e51a558
CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99
DoubleConversion: 5189b271737e1565bdce30deb4a08d647e3f5f54
Expand Down Expand Up @@ -753,7 +753,7 @@ SPEC CHECKSUMS:
React-jsiexecutor: ff70a72027dea5cc7d71cfcc6fad7f599f63987a
React-jsinspector: aef73cbd43b70675f572214d10fa438c89bf11ba
React-logger: 2e4aee3e11b3ec4fa6cfd8004610bbb3b8d6cca4
react-native-agora: 6e8876f5ea0ca5adc7932a13837058b10e68847a
react-native-agora: 167103984a3b0e336739a001a95b77c3a0d9bf78
react-native-agora-rawdata: 097895cdccd8fcf3cff5dffe23372f5d3c89fd31
react-native-image-tools: 88218449791389bbf550a2c475a3b564c8233c8b
react-native-safe-area-context: 7aa8e6d9d0f3100a820efb1a98af68aa747f9284
Expand Down Expand Up @@ -785,6 +785,6 @@ SPEC CHECKSUMS:
Yoga: 86fed2e4d425ee4c6eab3813ba1791101ee153c6
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a

PODFILE CHECKSUM: 932d1fe54a221af20b75983d33966199a7455f73
PODFILE CHECKSUM: b98dc741a6db2716b9249d25758d80de3c60829e

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 @@ -40,8 +40,8 @@ Pod::Spec.new do |s|
end
end

s.dependency 'AgoraRtcEngine_iOS_Preview', '4.3.0-dev.18'
s.dependency 'AgoraIrisRTC_iOS', '4.3.0-dev.18'
s.dependency 'AgoraRtcEngine_iOS_Preview', '4.3.0-dev.20'
s.dependency 'AgoraIrisRTC_iOS', '4.3.0-dev.20'
s.libraries = 'stdc++'
s.framework = 'ReplayKit'
end

0 comments on commit 2252536

Please sign in to comment.