Skip to content

Commit

Permalink
Merge pull request #94 from bitmovin/untracked/update-dependencie
Browse files Browse the repository at this point in the history
Update native dependencies
  • Loading branch information
zigavehovec authored Jan 3, 2024
2 parents 3ac8122 + 091806c commit 5539ecb
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 12 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/),
and this project adheres to [Semantic Versioning](https://semver.org/).

## [Unreleased]
### Changed
- Update Bitmovin's native Android Player SDK version to `3.55.0`
- Update Bitmovin's native iOS Player SDK version to `3.52.0`

### Added
- Support for Picture-in-Picture (PiP) playback on Android

Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ allprojects {
}

dependencies {
api 'com.bitmovin.player:player:3.52.0+jason'
api 'com.bitmovin.player:player:3.55.0+jason'
implementation 'com.fasterxml.jackson.module:jackson-module-kotlin:2.14.1'
implementation 'androidx.concurrent:concurrent-futures-ktx:1.1.0'
}
20 changes: 10 additions & 10 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ PODS:
- audio_session (0.0.1):
- Flutter
- bitmovin_player (0.4.0):
- BitmovinPlayer (= 3.49.0)
- BitmovinPlayer (= 3.52.0)
- Flutter
- BitmovinAnalyticsCollector/BitmovinPlayer (3.3.0):
- BitmovinAnalyticsCollector/BitmovinPlayer (3.3.1):
- BitmovinAnalyticsCollector/Core
- BitmovinPlayerCore (~> 3.48)
- BitmovinAnalyticsCollector/Core (3.3.0)
- BitmovinPlayer (3.49.0):
- BitmovinAnalyticsCollector/Core (3.3.1)
- BitmovinPlayer (3.52.0):
- BitmovinAnalyticsCollector/BitmovinPlayer (~> 3.0)
- BitmovinPlayerCore (= 3.49.0)
- BitmovinPlayerCore (3.49.0)
- BitmovinPlayerCore (= 3.52.0)
- BitmovinPlayerCore (3.52.0)
- Flutter (1.0.0)
- google-cast-sdk (4.8.0):
- google-cast-sdk/Core (= 4.8.0)
Expand Down Expand Up @@ -50,10 +50,10 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
audio_session: 4f3e461722055d21515cf3261b64c973c062f345
bitmovin_player: 51f3116d64255041946f7d388793a8203c370589
BitmovinAnalyticsCollector: b3bf447e609a87d41e51a7c029cb16a3bcb3404c
BitmovinPlayer: 920ee8a7df47dc09a038a44a36b24b0c31427ad8
BitmovinPlayerCore: 0040c6c171079ae1a1342baab182c7956deaf6d8
bitmovin_player: 847c9dd5085f128efd63b20660b49d3c4311d6a2
BitmovinAnalyticsCollector: d9a7ececfdd6936f6e94d30b037cf9ee3b171c70
BitmovinPlayer: 71c83000afc931197d0bc5c8eb882ec7e072601f
BitmovinPlayerCore: 2f9b4ccb421a6e7ddd92a67109397b3414fc6ae0
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
google-cast-sdk: afeb1aac0744b1bc4f70bc3db8468e33fabbff38
integration_test: 13825b8a9334a850581300559b8839134b124670
Expand Down
2 changes: 1 addition & 1 deletion ios/bitmovin_player.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Pod::Spec.new do |s|
s.source = { :path => '.' }
s.source_files = 'Classes/**/*'
s.dependency 'Flutter'
s.dependency 'BitmovinPlayer', '3.49.0'
s.dependency 'BitmovinPlayer', '3.52.0'
s.platform = :ios, '14.0'
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }
s.swift_version = '5.0'
Expand Down

0 comments on commit 5539ecb

Please sign in to comment.