Skip to content

Commit 77f8abd

Browse files
committed
feat: support 3.4.6
(cherry picked from commit 0ecd6a8)
1 parent 02a8833 commit 77f8abd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ android {
5050
}
5151

5252
dependencies {
53-
api 'com.github.agorabuilder:native-full-sdk:3.4.5'
53+
api 'com.github.agorabuilder:native-full-sdk:3.4.6'
5454

5555
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:${safeExtGet('kotlin_version', '1.3.72')}"
5656
}

ios/agora_rtc_engine.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Pod::Spec.new do |s|
1717
s.source = { :path => '.' }
1818
s.source_files = 'Classes/**/*'
1919
s.dependency 'Flutter'
20-
s.dependency 'AgoraRtcEngine_iOS', '3.4.5'
20+
s.dependency 'AgoraRtcEngine_iOS', '3.4.6'
2121
s.platform = :ios, '8.0'
2222

2323
# Flutter.framework does not contain a i386 slice. Only x86_64 simulators are supported.

0 commit comments

Comments
 (0)