@bluebillywig/react-native-bb-player 8.45.6 → 8.45.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -79,7 +79,7 @@ dependencies {
79
79
  // Blue Billywig Native Player SDK
80
80
  // Uses latest available version by default
81
81
  // Customers can pin a specific version using resolutionStrategy in their app's build.gradle
82
- implementation 'com.bluebillywig.bbnativeplayersdk:bbnativeplayersdk:8.44.+'
82
+ implementation 'com.bluebillywig.bbnativeplayersdk:bbnativeplayersdk:+'
83
83
 
84
84
  // AndroidX MediaRouter for Chromecast support
85
85
  implementation 'androidx.mediarouter:mediarouter:1.7.0'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bluebillywig/react-native-bb-player",
3
- "version": "8.45.6",
3
+ "version": "8.45.7",
4
4
  "description": "Blue Billywig Native Video Player for React Native - iOS AVPlayer and Android ExoPlayer integration",
5
5
  "main": "lib/commonjs/index.js",
6
6
  "module": "lib/module/index.js",
@@ -23,8 +23,8 @@ Pod::Spec.new do |s|
23
23
  s.static_framework = true
24
24
 
25
25
  s.dependency 'React-Core'
26
- s.dependency 'BlueBillywigNativePlayerKit-iOS', '~> 8.44.0'
27
- s.dependency 'BlueBillywigNativePlayerKit-iOS/GoogleCastSDK', '~> 8.44.0'
26
+ s.dependency 'BlueBillywigNativePlayerKit-iOS'
27
+ s.dependency 'BlueBillywigNativePlayerKit-iOS/GoogleCastSDK'
28
28
 
29
29
  # Note: TurboModule/New Architecture dependencies (React-Codegen, RCT-Folly, etc.)
30
30
  # are automatically provided by React Native when New Architecture is enabled.