Skip to content

Commit

Permalink
feat: support native 3.5.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
LichKing-2234 committed Sep 8, 2021
1 parent 892054e commit 1826112
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ android {
}

dependencies {
api 'com.github.agorabuilder:native-full-sdk:3.5.0.2'
api 'com.github.agorabuilder:native-full-sdk:3.5.0.3'

implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:${safeExtGet('kotlin_version', '1.3.72')}"
}
2 changes: 1 addition & 1 deletion ios/agora_rtc_engine.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Pod::Spec.new do |s|
s.source = { :path => '.' }
s.source_files = 'Classes/**/*'
s.dependency 'Flutter'
s.dependency 'AgoraRtcEngine_iOS', '3.5.0.2'
s.dependency 'AgoraRtcEngine_iOS', '3.5.0.3'
s.platform = :ios, '8.0'

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

0 comments on commit 1826112

Please sign in to comment.