diff --git a/android/build.gradle b/android/build.gradle index 22c5f88c..451a8047 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -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()) { diff --git a/example/ios/Podfile b/example/ios/Podfile index ffd75249..7ccefd6b 100644 --- a/example/ios/Podfile +++ b/example/ios/Podfile @@ -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 diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index 1556632b..5f61e53a 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -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) @@ -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): @@ -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`) diff --git a/react-native-agora.podspec b/react-native-agora.podspec index 2f70f8a4..dca98e20 100644 --- a/react-native-agora.podspec +++ b/react-native-agora.podspec @@ -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