Skip to content

Commit

Permalink
chore: bump native to 4.3.2-dev.3
Browse files Browse the repository at this point in the history
  • Loading branch information
guoxianzhe committed May 29, 2024
1 parent b26b533 commit 77c1497
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')
implementation 'io.agora.rtc:agora-full-preview:4.3.2-dev.2'
implementation 'io.agora.rtc:full-screen-sharing-special:4.3.2-dev.2'
implementation 'io.agora.rtc:iris-rtc:4.3.2-dev.2'
implementation 'io.agora.rtc:agora-full-preview:4.3.2-dev.3'
implementation 'io.agora.rtc:full-screen-sharing-special:4.3.2-dev.3'
implementation 'io.agora.rtc:iris-rtc:4.3.2-dev.3'
}

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.2-dev.2'
pod 'AgoraRtcEngine_iOS_Preview', '4.3.2-dev.3'
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.2-dev.2)
- AgoraRtcEngine_iOS_Preview (4.3.2-dev.2)
- AgoraIrisRTC_iOS (4.3.2-dev.3)
- AgoraRtcEngine_iOS_Preview (4.3.2-dev.3)
- 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.10):
- glog
- react-native-agora (4.3.1):
- AgoraIrisRTC_iOS (= 4.3.2-dev.2)
- AgoraRtcEngine_iOS_Preview (= 4.3.2-dev.2)
- AgoraIrisRTC_iOS (= 4.3.2-dev.3)
- AgoraRtcEngine_iOS_Preview (= 4.3.2-dev.3)
- 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.2-dev.2)
- AgoraRtcEngine_iOS_Preview (= 4.3.2-dev.3)
- 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 @@ -717,8 +717,8 @@ EXTERNAL SOURCES:
:path: "../node_modules/react-native/ReactCommon/yoga"

SPEC CHECKSUMS:
AgoraIrisRTC_iOS: 136492bdc8de0562b679c14ffa70d025f5b53e5d
AgoraRtcEngine_iOS_Preview: 77fb5de72e8b2f821291e513b38e7ccfa678b0a4
AgoraIrisRTC_iOS: f83ae186f8fd2bccaf4373dcfe9bb53714c62bf1
AgoraRtcEngine_iOS_Preview: 8ea308ed49abf610a386d39412e3ef3f88baf25b
boost: 7dcd2de282d72e344012f7d6564d024930a6a440
CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99
DoubleConversion: 5189b271737e1565bdce30deb4a08d647e3f5f54
Expand Down Expand Up @@ -752,7 +752,7 @@ SPEC CHECKSUMS:
React-jsiexecutor: 45ef2ec6dcde31b90469175ec76ddac77b91dfc3
React-jsinspector: de0198127395fec3058140a20c045167f761bb16
React-logger: dc3a2b174d79c2da635059212747d8d929b54e06
react-native-agora: 5f5ab1ff209b0f94f76024c162796c339153e51b
react-native-agora: f9ccf677edf74a3b2ac8fff3626327a16cf0d3f2
react-native-agora-rawdata: 097895cdccd8fcf3cff5dffe23372f5d3c89fd31
react-native-image-tools: 88218449791389bbf550a2c475a3b564c8233c8b
react-native-safe-area-context: 7aa8e6d9d0f3100a820efb1a98af68aa747f9284
Expand Down Expand Up @@ -784,6 +784,6 @@ SPEC CHECKSUMS:
Yoga: d0003f849d2b5224c072cef6568b540d8bb15cd3
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a

PODFILE CHECKSUM: b5310d2832154aeac5528b83d9e51b7b8dd8e50f
PODFILE CHECKSUM: c6fc49998cfdd84f97ffacc77ba0718703b92ed4

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.2-dev.2'
s.dependency 'AgoraIrisRTC_iOS', '4.3.2-dev.2'
s.dependency 'AgoraRtcEngine_iOS_Preview', '4.3.2-dev.3'
s.dependency 'AgoraIrisRTC_iOS', '4.3.2-dev.3'
s.libraries = 'stdc++'
s.framework = 'ReplayKit'
end

0 comments on commit 77c1497

Please sign in to comment.