From 01323123df937045c35eadce2586b74ee7eee30e Mon Sep 17 00:00:00 2001 From: YuliaGrigorieva Date: Tue, 19 Jun 2018 18:37:21 +0300 Subject: [PATCH] Update to Voximplant Android SDK 2.4.1 and Voximplant iOS SDK 2.14.0 --- CHANGELOG.md | 4 ++++ android/build.gradle | 2 +- package.json | 2 +- react-native-voximplant.podspec | 4 ++-- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ed4460..f8f8e01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +### 0.2.2 +- Fix for login fail with access token, if previously login was performed via one time key +- Fix for [#40](https://github.com/voximplant/react-native-voximplant/issues/40) + ### 0.2.1 - Fix RN 0.54 compatibility diff --git a/android/build.gradle b/android/build.gradle index df22964..301c458 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -38,5 +38,5 @@ repositories { dependencies { compile fileTree(dir: "libs", include: ["*.jar"]) compile "com.facebook.react:react-native:+" - compile "com.voximplant:voximplant-sdk:2.3.6" + compile "com.voximplant:voximplant-sdk:2.4.1" } \ No newline at end of file diff --git a/package.json b/package.json index 8361c39..eba6f67 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-voximplant", - "version": "0.2.1", + "version": "0.2.2", "description": "VoxImplant Mobile SDK for embedding voice and video communication into React Native apps.", "nativePackage": true, "keywords": [ diff --git a/react-native-voximplant.podspec b/react-native-voximplant.podspec index 5dc0544..ad18694 100644 --- a/react-native-voximplant.podspec +++ b/react-native-voximplant.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| s.homepage = 'https://github.com/voximplant/react-native-voximplant' s.source = {:path => './ios/'} s.summary = 'RN voximplant' - s.version = '0.2.0' - s.dependency 'VoxImplantSDK', '~> 2.13.1' + s.version = '0.2.2' + s.dependency 'VoxImplantSDK', '~> 2.14.0' s.dependency 'React' end