From 52f5eed831b87ebe70e3963bbedd574b425261c5 Mon Sep 17 00:00:00 2001 From: YuliaGrigorieva Date: Wed, 18 Jul 2018 19:44:09 +0300 Subject: [PATCH] Update native android to use the Voximplant Android SDK 2.5.1 --- CHANGELOG.md | 3 +++ android/build.gradle | 2 +- package.json | 2 +- react-native-voximplant.podspec | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6765603..f7afbed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +### 1.0.1 +- Update native Android module to use the Voximplant Android SDK 2.5.1 + ### 1.0.0 - New APIs with advanced functionality: - Promises support diff --git a/android/build.gradle b/android/build.gradle index 66cb8eb..a8771b3 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -33,5 +33,5 @@ repositories { dependencies { compile fileTree(dir: "libs", include: ["*.jar"]) compile "com.facebook.react:react-native:+" - compile "com.voximplant:voximplant-sdk:2.5.0" + compile "com.voximplant:voximplant-sdk:2.5.1" } \ No newline at end of file diff --git a/package.json b/package.json index fb566bf..930f6df 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-voximplant", - "version": "1.0.0", + "version": "1.0.1", "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 d2d0acc..469081a 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 = '1.0.0' + s.version = '1.0.1' s.dependency 'VoxImplantSDK', '~> 2.14.0' s.dependency 'React' end