Skip to content

Commit

Permalink
Update native modules to use Voximplant Android SDK 2.19.0 and Voximp…
Browse files Browse the repository at this point in the history
…lant iOS SDK 2.32.1
  • Loading branch information
YuliaGrigorieva committed Jun 24, 2020
1 parent ff81292 commit 4955dfd
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 @@ -36,5 +36,5 @@ repositories {
dependencies {
implementation fileTree(dir: "libs", include: ["*.jar"])
implementation "com.facebook.react:react-native:+"
implementation "com.voximplant:voximplant-sdk:2.17.0"
implementation "com.voximplant:voximplant-sdk:2.19.0"
}
2 changes: 1 addition & 1 deletion react-native-voximplant.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ Pod::Spec.new do |s|
s.source = {:path => './ios/'}
s.summary = 'RN voximplant'
s.version = '1.19.0'
s.dependency 'VoxImplantSDK', '2.31.0'
s.dependency 'VoxImplantSDK', '2.32.1'
s.dependency 'React'
end

0 comments on commit 4955dfd

Please sign in to comment.