Skip to content

Commit efe5383

Browse files
committed
chore bump dependencies up and https
1 parent 0d00af7 commit efe5383

4 files changed

+7
-7
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ React Native implementation of Brightcove Player native SDK video player.
77
## Brightcove SDK Version used
88

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

1313
## Installation
@@ -36,7 +36,7 @@ platform :ios, '11.0'
3636
allprojects {
3737
repositories {
3838
maven {
39-
url 'http://repo.brightcove.com/releases'
39+
url 'https://repo.brightcove.com/releases'
4040
}
4141
}
4242
}

android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ repositories {
5151
url("$rootDir/../node_modules/react-native/android")
5252
}
5353
maven {
54-
url 'http://repo.brightcove.com/releases'
54+
url 'https://repo.brightcove.com/releases'
5555
}
5656
google()
5757
mavenCentral()

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-brightcove-ima-player",
3-
"version": "2.2.9",
3+
"version": "2.3.0",
44
"description": "React Native implementation of Brightcove Player native SDK",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

react-native-brightcove-ima-player.podspec

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ Pod::Spec.new do |s|
1010
s.license = package["license"]
1111
s.authors = package["author"]
1212

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

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

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

0 commit comments

Comments
 (0)