Skip to content

Commit

Permalink
Merge pull request #576 from bitmovin/update_android_player_to_3.96.0…
Browse files Browse the repository at this point in the history
…+jason

Update android player to 3.96.0+jason
  • Loading branch information
zigavehovec authored Dec 4, 2024
2 parents 6b03ff7 + ad45223 commit b29ba3a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [Unreleased]

### Changed

- Update Bitmovin's native Android SDK version to `3.96.0`

## [0.33.0] - 2024-11-28

### Added
Expand Down
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,6 @@ dependencies {
// Bitmovin
implementation 'com.google.ads.interactivemedia.v3:interactivemedia:3.33.0'
implementation 'com.google.android.gms:play-services-ads-identifier:18.0.1'
implementation 'com.bitmovin.player:player:3.94.0+jason'
implementation 'com.bitmovin.player:player-media-session:3.94.0+jason'
implementation 'com.bitmovin.player:player:3.96.0+jason'
implementation 'com.bitmovin.player:player-media-session:3.96.0+jason'
}

0 comments on commit b29ba3a

Please sign in to comment.