Skip to content

Commit

Permalink
Merge pull request #37 from bitmovin/feature/v2.0.0-beta2_v1.24.0
Browse files Browse the repository at this point in the history
Bumped version to 2.0.0-beta2 and 1.24.0
  • Loading branch information
rolandgriesser authored Apr 27, 2021
2 parents aa05ebd + 90f5015 commit b7c2fe7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 14 deletions.
19 changes: 10 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,31 +22,31 @@ 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'
}
```

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'
}
```

For ExoPlayer < v2.12.0:

```
dependencies {
implementation 'com.bitmovin.analytics:collector-exoplayer:1.23.0'
implementation 'com.bitmovin.analytics:collector-exoplayer:1.24.0'
}
```

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'
}
```

Expand Down Expand Up @@ -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

0 comments on commit b7c2fe7

Please sign in to comment.