From 799d0b06b38fdd0e27a51cb26289d2e43f8ce590 Mon Sep 17 00:00:00 2001 From: Alec Colville Date: Wed, 4 May 2022 10:51:43 +1200 Subject: [PATCH] chore: update sdk libraries --- README.md | 4 ++-- android/constants.gradle | 4 ++-- package.json | 2 +- react-native-brightcove-ima-player.podspec | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index cd64720..02438af 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/android/constants.gradle b/android/constants.gradle index dc0d520..68d99da 100644 --- a/android/constants.gradle +++ b/android/constants.gradle @@ -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' } diff --git a/package.json b/package.json index 5f09b58..284b48d 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/react-native-brightcove-ima-player.podspec b/react-native-brightcove-ima-player.podspec index 491a09f..73f2f88 100644 --- a/react-native-brightcove-ima-player.podspec +++ b/react-native-brightcove-ima-player.podspec @@ -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