Skip to content

Commit

Permalink
Update native android to use the Voximplant Android SDK 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
YuliaGrigorieva committed Jul 18, 2018
1 parent bed2b71 commit 52f5eed
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
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": "1.0.0",
"version": "1.0.1",
"description": "VoxImplant Mobile SDK for embedding voice and video communication into React Native apps.",
"nativePackage": true,
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion 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 = '1.0.0'
s.version = '1.0.1'
s.dependency 'VoxImplantSDK', '~> 2.14.0'
s.dependency 'React'
end

0 comments on commit 52f5eed

Please sign in to comment.