Skip to content

Commit

Permalink
chore: config terra and iris to 4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
guoxianzhe committed Sep 27, 2024
1 parent 445220d commit c611c4e
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 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:full-sdk:4.4.1'
implementation 'io.agora.rtc:full-screen-sharing:4.4.1'
implementation 'io.agora.rtc:iris-rtc:4.4.0-build.6'
api 'io.agora.rtc:agora-full-preview:4.5.0-dev.4'
implementation 'io.agora.rtc:full-screen-sharing-special:4.5.0-dev.4'
implementation 'io.agora.rtc:iris-rtc:4.5.0-dev.4'
}

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', '4.4.0'
pod 'AgoraRtcEngine_iOS_Preview', '4.5.0-dev.4'
end
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', '4.4.0'
s.dependency 'AgoraIrisRTC_iOS', '4.4.0-build.6'
s.dependency 'AgoraRtcEngine_iOS_Preview', '4.5.0-dev.4'
s.dependency 'AgoraIrisRTC_iOS', '4.5.0-dev.4'
s.libraries = 'stdc++'
s.framework = 'ReplayKit'
end
2 changes: 1 addition & 1 deletion scripts/terra/config/impl_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ parsers:
- name: RTCParser
package: '@agoraio-extensions/terra_shared_configs'
args:
sdkVersion: 4.4.0
sdkVersion: 4.5.0
FixEnumConstantParser:
skipCalEnumValue: true

Expand Down
2 changes: 1 addition & 1 deletion scripts/terra/config/types_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ parsers:
- name: RTCParser
package: '@agoraio-extensions/terra_shared_configs'
args:
sdkVersion: 4.4.0
sdkVersion: 4.5.0
FixEnumConstantParser:
skipCalEnumValue: true

Expand Down

0 comments on commit c611c4e

Please sign in to comment.