Skip to content

Commit

Permalink
chore: update sdk libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
aleccolville committed May 3, 2022
1 parent 981caba commit 799d0b0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ 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.2
- com.brightcove.player:android-ima-plugin 6.17.3
- iOS Brightcove-Player-IMA 6.10.4
- com.brightcove.player:android-ima-plugin 6.18.2

## Installation

Expand Down
4 changes: 2 additions & 2 deletions android/constants.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project.ext {
BRIGHTCOVE_VERSION = '6.17.3'
BRIGHTCOVE_VERSION = '6.18.2'
PLAY_SERVICES_VERSION = '20.3.0'
GOOGLE_IMA_SDK_VERSION = '3.19.4'
GOOGLE_IMA_SDK_VERSION = '3.21.1'
ANDROIDX_LEGACY_SUPPORT_V4 = '1.0.0'
ANDROIDX_MEDIA = '1.1.0'
}
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.2",
"version": "2.2.3",
"description": "React Native implementation of Brightcove Player native SDK",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down
2 changes: 1 addition & 1 deletion react-native-brightcove-ima-player.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ Pod::Spec.new do |s|
s.source_files = "ios/**/*.{h,m,mm}"

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

0 comments on commit 799d0b0

Please sign in to comment.