-
Notifications
You must be signed in to change notification settings - Fork 390
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: upgrade native sdk 4.2.6 #1425
Merged
littleGnAl
merged 10 commits into
special/native-4.2.6
from
littlegnal/special/native-4.2.6
Nov 21, 2023
Merged
feat: upgrade native sdk 4.2.6 #1425
littleGnAl
merged 10 commits into
special/native-4.2.6
from
littlegnal/special/native-4.2.6
Nov 21, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The android integration test failed due to the github runner issue, which is a temporary fix in #1428 |
…droid (#1428) Temporarily fix the sdkmanager tool installation issue actions/runner-images#8761
littleGnAl
force-pushed
the
littlegnal/special/native-4.2.6
branch
from
November 8, 2023 07:44
b239ef8
to
9f4987a
Compare
…AgoraIO/Agora-Flutter-SDK into littlegnal/special/native-4.2.6
Update native sdk dependencies 20231116 native sdk dependencies: ``` implementation 'io.agora.rtc:full-sdk:4.2.6' implementation 'io.agora.rtc:full-screen-sharing:4.2.6' pod 'AgoraRtcEngine_iOS', '4.2.6' pod 'AgoraRtcEngine_macOS', '4.2.6' ``` iris dependencies: ``` Iris: Artifactory: https://artifactory-api.bj2.agoralab.co/artifactory/CSDC_repo/EP/4.2.6/20231116/mac/iris_4.2.6-build.3_DCG_Mac_Video_20231116_0243.zip PrivateArtifactory: https://artifactory-api.bj2.agoralab.co/artifactory/CSDC_repo/EP/4.2.6/20231116/mac/iris_4.2.6-build.3_DCG_Mac_Video_20231116_0243_private.zip CDN: https://download.agora.io/sdk/release/iris_4.2.6-build.3_DCG_Mac_Video_20231116_0243.zip Cocoapods: pod 'AgoraIrisRTC_macOS', '4.2.6-build.3' Iris: Artifactory: https://artifactory-api.bj2.agoralab.co/artifactory/CSDC_repo/EP/4.2.6/20231116/ios/iris_4.2.6-build.3_DCG_iOS_Video_20231116_0243.zip PrivateArtifactory: https://artifactory-api.bj2.agoralab.co/artifactory/CSDC_repo/EP/4.2.6/20231116/ios/iris_4.2.6-build.3_DCG_iOS_Video_20231116_0243_private.zip CDN: https://download.agora.io/sdk/release/iris_4.2.6-build.3_DCG_iOS_Video_20231116_0243.zip Cocoapods: pod 'AgoraIrisRTC_iOS', '4.2.6-build.3' Iris: Artifactory: https://artifactory-api.bj2.agoralab.co/artifactory/CSDC_repo/EP/4.2.6/20231116/android/iris_4.2.6-build.3_DCG_Android_Video_20231116_0243.zip PrivateArtifactory: https://artifactory-api.bj2.agoralab.co/artifactory/CSDC_repo/EP/4.2.6/20231116/android/iris_4.2.6-build.3_DCG_Android_Video_20231116_0243_private.zip CDN: https://download.agora.io/sdk/release/iris_4.2.6-build.3_DCG_Android_Video_20231116_0243.zip Maven: implementation 'io.agora.rtc:iris-rtc:4.2.6-build.3' Iris: Artifactory: https://artifactory-api.bj2.agoralab.co/artifactory/CSDC_repo/EP/4.2.6/20231116/windows/iris_4.2.6-build.3_DCG_Windows_Video_20231116_0243.zip Private: https://artifactory-api.bj2.agoralab.co/artifactory/CSDC_repo/EP/4.2.6/20231116/windows/iris_4.2.6-build.3_DCG_Windows_Video_20231116_0243_private.zip CDN: https://download.agora.io/sdk/release/iris_4.2.6-build.3_DCG_Windows_Video_20231116_0243.zip ``` > This pull request is trigger by bot, DO NOT MODIFY BY HAND. Co-authored-by: littleGnAl <[email protected]>
littleGnAl
added a commit
that referenced
this pull request
Nov 21, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Update native sdk 4.2.6 dependencies