Skip to content

Commit

Permalink
Minimum SDK 23 & 4.0.3 SDK Release (LiveStreamFix)
Browse files Browse the repository at this point in the history
  • Loading branch information
fareed069417 committed Sep 7, 2022
1 parent 8a11039 commit 575a31a
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 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.9)
## Install (Latest version 3.0.10)

```
`npm install react-native-meet-hour-sdk --save`
Expand Down
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ android {
compileSdkVersion safeExtGet('MeetHour_compileSdkVersion', 29)
buildToolsVersion safeExtGet('MeetHour_buildToolsVersion', '29.0.2')
defaultConfig {
minSdkVersion safeExtGet('MeetHour_minSdkVersion', 24)
minSdkVersion safeExtGet('MeetHour_minSdkVersion', 23)
targetSdkVersion safeExtGet('MeetHour_targetSdkVersion', 29)
versionCode 1
versionName "1.0"
Expand Down 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:4.0.2') {
implementation ('go.meethour.io.react:meet-hour-sdk:4.0.3') {
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.9",
"version": "3.0.10",
"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', '4.0.2'
s.dependency 'MeetHourSDK', '4.0.3'
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'VALID_ARCHS[sdk=iphonesimulator*]' => 'x86_64' }
s.swift_version = '5.0'
end

0 comments on commit 575a31a

Please sign in to comment.