Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Unreleased]

### Changed

- Update Bitmovin's native Android SDK version to `3.142.0+jason`

## [1.9.0] - 2026-02-13

### Changed
Expand Down
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,6 @@ dependencies {

// Bitmovin
implementation 'com.google.android.gms:play-services-ads-identifier:18.0.1'
implementation 'com.bitmovin.player:player:3.141.0+jason'
implementation 'com.bitmovin.player:player-media-session:3.141.0+jason'
implementation 'com.bitmovin.player:player:3.142.0+jason'
implementation 'com.bitmovin.player:player-media-session:3.142.0+jason'
}