Skip to content

Commit

Permalink
chore: optimize
Browse files Browse the repository at this point in the history
  • Loading branch information
guoxianzhe committed Apr 15, 2024
1 parent 9afe012 commit b40be4c
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.3.1-dev.7'
implementation 'io.agora.rtc:full-screen-sharing-special:4.3.1-dev.7'
implementation 'io.agora.rtc:iris-rtc:4.3.1-dev.7'
api 'io.agora.rtc:agora-full-preview:4.3.1-dev.17'
implementation 'io.agora.rtc:full-screen-sharing-special:4.3.1-dev.17'
implementation 'io.agora.rtc:iris-rtc:4.3.1-dev.17'
}

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.1-dev.7'
pod 'AgoraRtcEngine_iOS_Preview', '4.3.1-dev.17'
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.3.1-dev.7)
- AgoraRtcEngine_iOS_Preview (4.3.1-dev.7)
- AgoraIrisRTC_iOS (4.3.1-dev.17)
- AgoraRtcEngine_iOS_Preview (4.3.1-dev.17)
- 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.0):
- AgoraIrisRTC_iOS (= 4.3.1-dev.7)
- AgoraRtcEngine_iOS_Preview (= 4.3.1-dev.7)
- AgoraIrisRTC_iOS (= 4.3.1-dev.17)
- AgoraRtcEngine_iOS_Preview (= 4.3.1-dev.17)
- 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.1-dev.7)
- AgoraRtcEngine_iOS_Preview (= 4.3.1-dev.17)
- 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.3.1-dev.7'
s.dependency 'AgoraIrisRTC_iOS', '4.3.1-dev.7'
s.dependency 'AgoraRtcEngine_iOS_Preview', '4.3.1-dev.17'
s.dependency 'AgoraIrisRTC_iOS', '4.3.1-dev.17'
s.libraries = 'stdc++'
s.framework = 'ReplayKit'
end

0 comments on commit b40be4c

Please sign in to comment.