We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02a8833 commit 77f8abdCopy full SHA for 77f8abd
android/build.gradle
@@ -50,7 +50,7 @@ android {
50
}
51
52
dependencies {
53
- api 'com.github.agorabuilder:native-full-sdk:3.4.5'
+ api 'com.github.agorabuilder:native-full-sdk:3.4.6'
54
55
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:${safeExtGet('kotlin_version', '1.3.72')}"
56
ios/agora_rtc_engine.podspec
@@ -17,7 +17,7 @@ Pod::Spec.new do |s|
17
s.source = { :path => '.' }
18
s.source_files = 'Classes/**/*'
19
s.dependency 'Flutter'
20
- s.dependency 'AgoraRtcEngine_iOS', '3.4.5'
+ s.dependency 'AgoraRtcEngine_iOS', '3.4.6'
21
s.platform = :ios, '8.0'
22
23
# Flutter.framework does not contain a i386 slice. Only x86_64 simulators are supported.
0 commit comments