Skip to content

Commit

Permalink
4.0.1 SDK update
Browse files Browse the repository at this point in the history
  • Loading branch information
fareed069417 committed Sep 1, 2022
1 parent 00b58f1 commit 185b166
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 9,805 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Meet Hour Plugin for React Native. Supports Android & iOS platforms.

Example Project is here - https://github.com/v-empower/MeetHour-Web-MobileSDKs/tree/master/reactnative/MeetHourSDKTest

## Install (Latest version 3.0.7)
## Install (Latest version 3.0.8)

```
`npm install react-native-meet-hour-sdk --save`
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ dependencies {
//noinspection GradleDynamicVersion
implementation "com.facebook.react:react-native:+" // From node_modules

implementation ('go.meethour.io.react:meet-hour-sdk:3.6.6') {
implementation ('go.meethour.io.react:meet-hour-sdk:4.0.1') {
transitive = true
}
}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-native-meet-hour-sdk",
"description": "Meet Hour SDK wrapper for React Native.",
"version": "3.0.7",
"version": "3.0.8",
"author": "MeetHour, LLC <[email protected]>",
"contributors": [],
"homepage": "https://github.com/v-empower/react-native-meet-hour-sdk",
Expand Down
2 changes: 1 addition & 1 deletion react-native-meet-hour-sdk.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
s.source_files = "ios/**/*.{h,m,mm,swift}"

s.dependency "React-Core"
s.dependency 'MeetHourSDK', '3.6.6'
s.dependency 'MeetHourSDK', '4.0.1'
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'VALID_ARCHS[sdk=iphonesimulator*]' => 'x86_64' }
s.swift_version = '5.0'
end
Loading

0 comments on commit 185b166

Please sign in to comment.