Skip to content

Commit

Permalink
chore: bump to 4.5.0-dev.10
Browse files Browse the repository at this point in the history
  • Loading branch information
guoxianzhe committed Oct 31, 2024
1 parent 0ea7320 commit d09111f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 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.5.0-dev.11'
implementation 'io.agora.rtc:full-screen-sharing-special:4.5.0-dev.11'
implementation 'io.agora.rtc:iris-rtc:4.5.0-dev.11'
api 'io.agora.rtc:agora-full-preview:4.5.0-dev.10'
implementation 'io.agora.rtc:full-screen-sharing-special:4.5.0-dev.10'
implementation 'io.agora.rtc:iris-rtc:4.5.0-dev.10'
}

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.5.0-dev.11'
pod 'AgoraRtcEngine_iOS_Preview', '4.5.0-dev.10'
end
10 changes: 5 additions & 5 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PODS:
- AgoraIrisRTC_iOS (4.5.0-dev.11)
- AgoraRtcEngine_iOS_Preview (4.5.0-dev.11)
- AgoraIrisRTC_iOS (4.5.0-dev.10)
- AgoraRtcEngine_iOS_Preview (4.5.0-dev.10)
- 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.4.0):
- AgoraIrisRTC_iOS (= 4.5.0-dev.11)
- AgoraRtcEngine_iOS_Preview (= 4.5.0-dev.11)
- AgoraIrisRTC_iOS (= 4.5.0-dev.10)
- AgoraRtcEngine_iOS_Preview (= 4.5.0-dev.10)
- 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.0-dev.11)
- AgoraRtcEngine_iOS_Preview (= 4.5.0-dev.10)
- 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
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.5.0-dev.11'
s.dependency 'AgoraIrisRTC_iOS', '4.5.0-dev.11'
s.dependency 'AgoraRtcEngine_iOS_Preview', '4.5.0-dev.10'
s.dependency 'AgoraIrisRTC_iOS', '4.5.0-dev.10'
s.libraries = 'stdc++'
s.framework = 'ReplayKit'
end

0 comments on commit d09111f

Please sign in to comment.