Skip to content

Commit

Permalink
feat: upgrade native SDK to 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LichKing-2234 committed Dec 23, 2020
1 parent d69404f commit d699847
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 @@ -128,7 +128,7 @@ def kotlin_version = getExtOrDefault('kotlinVersion')
dependencies {
// noinspection GradleDynamicVersion
api 'com.facebook.react:react-native:+'
api "io.agora.rtc:full-sdk:3.2.0"
api "io.agora.rtc:full-sdk:3.2.1"
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
}
2 changes: 1 addition & 1 deletion react-native-agora.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ Pod::Spec.new do |s|
s.swift_version = "4.0"

s.dependency "React"
s.dependency "AgoraRtcEngine_iOS", "3.2.0"
s.dependency "AgoraRtcEngine_iOS", "3.2.1"
end

0 comments on commit d699847

Please sign in to comment.