Skip to content

Commit

Permalink
feat: upgrade native sdk dependencies 20240531 (#1803)
Browse files Browse the repository at this point in the history
Update native sdk dependencies 20240531
native sdk dependencies:
```
implementation 'io.agora.rtc:agora-full-preview:4.3.2-dev.6' implementation 'io.agora.rtc:full-screen-sharing-special:4.3.2-dev.6' pod 'AgoraRtcEngine_iOS_Preview', '4.3.2-dev.6' pod 'AgoraRtcEngine_macOS_Preview', '4.3.2-dev.6'
```

iris dependencies:
```

```

> This pull request is trigger by bot, DO NOT MODIFY BY HAND.

Co-authored-by: littleGnAl <[email protected]>
  • Loading branch information
littleGnAl and littleGnAl committed Jun 5, 2024
1 parent 27ab071 commit c8137a8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ dependencies {
api fileTree(dir: "libs", include: ["*.jar"])
} else {
api 'io.agora.rtc:iris-rtc:4.3.2-dev.6'
api 'io.agora.rtc:agora-full-preview:4.3.2-dev.2'
api 'io.agora.rtc:full-screen-sharing-special:4.3.2-dev.2'
api 'io.agora.rtc:agora-full-preview:4.3.2-dev.6'
api 'io.agora.rtc:full-screen-sharing-special:4.3.2-dev.6'
}
}

Expand Down
8 changes: 4 additions & 4 deletions internal/deps_summary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Native:
<NATIVE_CDN_URL_IOS>
<NATIVE_CDN_URL_MACOS>
<NATIVE_CDN_URL_WINDOWS>
implementation 'io.agora.rtc:agora-full-preview:4.3.2-dev.2'
implementation 'io.agora.rtc:full-screen-sharing-special:4.3.2-dev.2'
pod 'AgoraRtcEngine_iOS_Preview', '4.3.2-dev.2'
pod 'AgoraRtcEngine_macOS_Preview', '4.3.2-dev.2'
implementation 'io.agora.rtc:agora-full-preview:4.3.2-dev.6'
implementation 'io.agora.rtc:full-screen-sharing-special:4.3.2-dev.6'
pod 'AgoraRtcEngine_iOS_Preview', '4.3.2-dev.6'
pod 'AgoraRtcEngine_macOS_Preview', '4.3.2-dev.6'
2 changes: 1 addition & 1 deletion ios/agora_rtc_engine.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Pod::Spec.new do |s|
s.vendored_frameworks = 'libs/*.xcframework'
else
s.dependency 'AgoraIrisRTC_iOS', '4.3.2-dev.6'
s.dependency 'AgoraRtcEngine_iOS_Preview', '4.3.2-dev.2'
s.dependency 'AgoraRtcEngine_iOS_Preview', '4.3.2-dev.6'
end

s.platform = :ios, '9.0'
Expand Down
2 changes: 1 addition & 1 deletion macos/agora_rtc_engine.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ A new flutter plugin project.
puts '[plugin_dev] Found .plugin_dev file, use vendored_frameworks instead.'
s.vendored_frameworks = 'libs/*.xcframework', 'libs/*.framework'
else
s.dependency 'AgoraRtcEngine_macOS_Preview', '4.3.2-dev.2'
s.dependency 'AgoraRtcEngine_macOS_Preview', '4.3.2-dev.6'
s.dependency 'AgoraIrisRTC_macOS', '4.3.2-dev.6'
end

Expand Down

0 comments on commit c8137a8

Please sign in to comment.