Skip to content

Commit

Permalink
chore: bump up sdk libraies for android and ios
Browse files Browse the repository at this point in the history
  • Loading branch information
aleccolville committed May 23, 2022
1 parent 799d0b0 commit 1668b45
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.4
- com.brightcove.player:android-ima-plugin 6.18.2
- iOS Brightcove-Player-IMA 6.10.5
- com.brightcove.player:android-ima-plugin 6.18.4

## Installation

Expand Down
2 changes: 1 addition & 1 deletion android/constants.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project.ext {
BRIGHTCOVE_VERSION = '6.18.2'
BRIGHTCOVE_VERSION = '6.18.4'
PLAY_SERVICES_VERSION = '20.3.0'
GOOGLE_IMA_SDK_VERSION = '3.21.1'
ANDROIDX_LEGACY_SUPPORT_V4 = '1.0.0'
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.3",
"version": "2.2.4",
"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.4'
s.dependency "Brightcove-Player-IMA", '6.10.5'
s.dependency 'Google-Mobile-Ads-SDK', '~> 8.11.0'
end

0 comments on commit 1668b45

Please sign in to comment.