diff --git a/android/build.gradle b/android/build.gradle index 1833d727c..2192c707d 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -48,8 +48,7 @@ dependencies { implementation fileTree(dir: "libs", include: ["*.jar"]) } else { api 'io.agora.rtc:iris-rtc:4.1.1.21-banban.1' - api 'io.agora.rtc:agora-special-full:4.1.1.21' - api 'io.agora.rtc:full-screen-sharing:4.1.1.21' + api 'io.agora.rtc:agora-special-voice:4.1.1.21' } } diff --git a/ios/agora_rtc_engine.podspec b/ios/agora_rtc_engine.podspec index f791393e5..dfb685985 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.21-banban.1' - s.dependency 'AgoraRtcEngine_Special_iOS', '4.1.1.21' + s.dependency 'AgoraAudio_Special_iOS', '4.1.1.21' # s.dependency 'AgoraRtcWrapper' s.platform = :ios, '9.0' s.swift_version = '5.0' diff --git a/pubspec.yaml b/pubspec.yaml index 4e7367bd7..23a490de0 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.41121.banban.1 +version: 6.1.1-sp.41121.a homepage: https://www.agora.io repository: https://github.com/AgoraIO-Extensions/Agora-Flutter-SDK/tree/main environment: