From 2da5ea81c9da1d7df6dc9e55e1784ac3a060252b Mon Sep 17 00:00:00 2001 From: Littlegnal <8847263+littleGnAl@users.noreply.github.com> Date: Mon, 6 May 2024 17:18:06 +0800 Subject: [PATCH] feat: upgrade native sdk 4.1.1.29 (#1743) Update native sdk 4.1.1.29 dependencies > This pull request is trigger by bot, you can checkout this branch and update it. Co-authored-by: littleGnAl --- android/build.gradle | 4 ++-- internal/deps_summary.txt | 18 ++++++++++++++++++ ios/agora_rtc_engine.podspec | 2 +- pubspec.yaml | 2 +- 4 files changed, 22 insertions(+), 4 deletions(-) create mode 100644 internal/deps_summary.txt diff --git a/android/build.gradle b/android/build.gradle index fc83d5aa6..1b1c2bc72 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -48,8 +48,8 @@ dependencies { implementation fileTree(dir: "libs", include: ["*.jar"]) } else { api 'io.agora.rtc:iris-rtc:4.1.1.185-build.1' - api 'io.agora.rtc:agora-special-full:4.1.1.185' - api 'io.agora.rtc:full-screen-sharing:4.1.1.185' + api 'io.agora.rtc:agora-special-full:4.1.1.29' + api 'io.agora.rtc:full-screen-sharing:4.1.1.29' } } diff --git a/internal/deps_summary.txt b/internal/deps_summary.txt new file mode 100644 index 000000000..d36f7b5d0 --- /dev/null +++ b/internal/deps_summary.txt @@ -0,0 +1,18 @@ +Iris: + + + + + + + + +Native: + + + + +implementation 'io.agora.rtc:agora-special-full:4.1.1.29' +implementation 'io.agora.rtc:full-screen-sharing:4.1.1.29' +pod 'AgoraRtcEngine_Special_iOS', '4.1.1.29' + \ No newline at end of file diff --git a/ios/agora_rtc_engine.podspec b/ios/agora_rtc_engine.podspec index ede84be44..982dc9bf5 100644 --- a/ios/agora_rtc_engine.podspec +++ b/ios/agora_rtc_engine.podspec @@ -18,7 +18,7 @@ Pod::Spec.new do |s| s.source_files = 'Classes/**/*.{h,mm,m,swift}' s.dependency 'Flutter' s.dependency 'AgoraIrisRTC_iOS', '4.1.1.185-build.1' - s.dependency 'AgoraRtcEngine_Special_iOS', '4.1.1.185' + s.dependency 'AgoraRtcEngine_Special_iOS', '4.1.1.29' # s.dependency 'AgoraRtcWrapper' s.platform = :ios, '9.0' s.swift_version = '5.0' diff --git a/pubspec.yaml b/pubspec.yaml index 53f1fcc65..95cac4255 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: agora_rtc_engine description: >- Flutter plugin of Agora RTC SDK, allow you to simply integrate Agora Video Calling or Live Video Streaming to your app with just a few lines of code. -version: 6.1.1-sp.411185 +version: 6.1.1-ps.41129 homepage: https://www.agora.io repository: https://github.com/AgoraIO-Extensions/Agora-Flutter-SDK/tree/main environment: