Skip to content

Commit

Permalink
Update to Voximplant Android SDK 2.4.1 and Voximplant iOS SDK 2.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
YuliaGrigorieva committed Jun 19, 2018
1 parent 9fec90d commit 0132312
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
4 changes: 2 additions & 2 deletions react-native-voximplant.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0132312

Please sign in to comment.