From 90f5015c535ffdfd11ac269c3dbe3e01816d7c0c Mon Sep 17 00:00:00 2001 From: Roland Griesser Date: Tue, 27 Apr 2021 08:15:13 +0200 Subject: [PATCH] Bumped version to 2.0.0-beta2 and 1.24.0 --- CHANGELOG.md | 19 ++++++++++--------- README.md | 10 +++++----- 2 files changed, 15 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45ccf903c..39e10ed9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,24 +7,25 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## Development v2 -### Added -- Support for BitmovinPlayer version >= 3 -- `setCustomData` and `setCustomDataOnce` -- [Internal] BitmovinPlayer v3 - handling of multiple sources in PlaylistConfig -- [Internal] Handling of playerStartupTime in cases where the adapter supports multiple sources +## Development v1 + +## v1.24.0 ### Changed -- Support attachment of already playing ExoPlayer to ExoPlayerCollector -- Added default implementation of AnalyticsListener.onPlayerStateChanged to avoid ExoPlayer crashes on certain devices -### Removed +- Support attachment of already playing ExoPlayer to ExoPlayerCollector -## Development v1 +## v2.0.0-beta2 ### Added +- Support for BitmovinPlayer version >= 3 +- `setCustomData` and `setCustomDataOnce` +- [Internal] BitmovinPlayer v3 - handling of multiple sources in PlaylistConfig +- [Internal] Handling of playerStartupTime in cases where the adapter supports multiple sources ### Changed - Support attachment of already playing ExoPlayer to ExoPlayerCollector +- Added default implementation of AnalyticsListener.onPlayerStateChanged to avoid ExoPlayer crashes on certain devices ## v1.23.0 diff --git a/README.md b/README.md index f0b2be0f6..3f08ecd6c 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ For Bitmovin Player v2: ``` dependencies { - implementation 'com.bitmovin.analytics:collector-bitmovin-player:1.23.0' + implementation 'com.bitmovin.analytics:collector-bitmovin-player:1.24.0' } ``` @@ -30,7 +30,7 @@ For Bitmovin Player v3: ``` dependencies { - implementation 'com.bitmovin.analytics:collector-bitmovin-player:2.0.0-beta1' + implementation 'com.bitmovin.analytics:collector-bitmovin-player:2.0.0-beta2' } ``` @@ -38,7 +38,7 @@ For ExoPlayer < v2.12.0: ``` dependencies { - implementation 'com.bitmovin.analytics:collector-exoplayer:1.23.0' + implementation 'com.bitmovin.analytics:collector-exoplayer:1.24.0' } ``` @@ -46,7 +46,7 @@ For ExoPlayer >= v2.12.0: ``` dependencies { - implementation 'com.bitmovin.analytics:collector-exoplayer:2.0.0-beta1' + implementation 'com.bitmovin.analytics:collector-exoplayer:2.0.0-beta2' } ``` @@ -121,4 +121,4 @@ bitmovinAnalyticsConfig.setHeartbeatInterval(59700); // value is in ms ``` -A [full example app](https://github.com/bitmovin/bitmovin-analytics-collector-android/tree/master/analyticsexample) can be seen in the github repo +A [full example app](https://github.com/bitmovin/bitmovin-analytics-collector-android/tree/main/collector-bitmovin-player-example) can be seen in the github repo