From 4955dfd9cc918394fff4de0985f897fcd07772ea Mon Sep 17 00:00:00 2001 From: YuliaGrigorieva Date: Wed, 24 Jun 2020 16:59:42 +0300 Subject: [PATCH] Update native modules to use Voximplant Android SDK 2.19.0 and Voximplant iOS SDK 2.32.1 --- android/build.gradle | 2 +- react-native-voximplant.podspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 9b95be1..7d79dbc 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -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" } diff --git a/react-native-voximplant.podspec b/react-native-voximplant.podspec index 4246c12..c07ba91 100644 --- a/react-native-voximplant.podspec +++ b/react-native-voximplant.podspec @@ -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