Skip to content

Commit 1668b45

Browse files
committed
chore: bump up sdk libraies for android and ios
1 parent 799d0b0 commit 1668b45

4 files changed

+5
-5
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ 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.4
11-
- com.brightcove.player:android-ima-plugin 6.18.2
10+
- iOS Brightcove-Player-IMA 6.10.5
11+
- com.brightcove.player:android-ima-plugin 6.18.4
1212

1313
## Installation
1414

android/constants.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project.ext {
2-
BRIGHTCOVE_VERSION = '6.18.2'
2+
BRIGHTCOVE_VERSION = '6.18.4'
33
PLAY_SERVICES_VERSION = '20.3.0'
44
GOOGLE_IMA_SDK_VERSION = '3.21.1'
55
ANDROIDX_LEGACY_SUPPORT_V4 = '1.0.0'

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.3",
3+
"version": "2.2.4",
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ Pod::Spec.new do |s|
1616
s.source_files = "ios/**/*.{h,m,mm}"
1717

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

0 commit comments

Comments
 (0)