diff --git a/android/build.gradle b/android/build.gradle index 23b6c640..ee9346a6 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.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()) { diff --git a/example/ios/Podfile b/example/ios/Podfile index 3cf361df..498029cc 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.5.0-dev.11' + pod 'AgoraRtcEngine_iOS_Preview', '4.5.0-dev.10' end diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index e935952d..03ba584c 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -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) @@ -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): @@ -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`) diff --git a/react-native-agora.podspec b/react-native-agora.podspec index 31de7d53..0d3f9a7e 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.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