Skip to content

Commit

Permalink
feat: support 3.3.0 for Dart
Browse files Browse the repository at this point in the history
  • Loading branch information
LichKing-2234 committed Jan 28, 2021
1 parent f7fa875 commit b6ee197
Show file tree
Hide file tree
Showing 11 changed files with 864 additions and 112 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ android {
dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:${safeExtGet('kotlin_version', '1.3.72')}"
implementation "org.jetbrains.kotlin:kotlin-reflect:${safeExtGet('kotlin_version', '1.3.72')}"
implementation "io.agora.rtc:full-sdk:3.2.1"
implementation "io.agora.rtc:full-sdk:3.3.0"
}
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.2.1'
s.dependency 'AgoraRtcEngine_iOS', '3.3.0'
s.platform = :ios, '8.0'

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

0 comments on commit b6ee197

Please sign in to comment.