Skip to content

Commit

Permalink
chore bump dependencies up and https
Browse files Browse the repository at this point in the history
  • Loading branch information
aleccolville committed Jul 25, 2022
1 parent 0d00af7 commit efe5383
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ React Native implementation of Brightcove Player native SDK video player.
## Brightcove SDK Version used

- Minimum Required version of iOS is 11
- iOS Brightcove-Player-IMA 6.10.5
- iOS Brightcove-Player-IMA 6.10.6
- com.brightcove.player:android-ima-plugin 6.18.6

## Installation
Expand Down Expand Up @@ -36,7 +36,7 @@ platform :ios, '11.0'
allprojects {
repositories {
maven {
url 'http://repo.brightcove.com/releases'
url 'https://repo.brightcove.com/releases'
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ repositories {
url("$rootDir/../node_modules/react-native/android")
}
maven {
url 'http://repo.brightcove.com/releases'
url 'https://repo.brightcove.com/releases'
}
google()
mavenCentral()
Expand Down
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-brightcove-ima-player",
"version": "2.2.9",
"version": "2.3.0",
"description": "React Native implementation of Brightcove Player native SDK",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down
6 changes: 3 additions & 3 deletions react-native-brightcove-ima-player.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ Pod::Spec.new do |s|
s.license = package["license"]
s.authors = package["author"]

s.platforms = { :ios => "10.0" }
s.platforms = { :ios => "11.0" }
s.source = { :git => "https://github.com/NZME/react-native-brightcove-ima-player.git", :tag => "v#{s.version}" }

s.source_files = "ios/**/*.{h,m,mm}"

s.dependency "React-Core"
s.dependency "Brightcove-Player-IMA", '6.10.5'
s.dependency 'Google-Mobile-Ads-SDK', '~> 8.11.0'
s.dependency "Brightcove-Player-IMA", '6.10.6'
s.dependency 'Google-Mobile-Ads-SDK', '~> 9.0.0'
end

0 comments on commit efe5383

Please sign in to comment.