Skip to content

Commit

Permalink
Release v2.18.0 (#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
petereder authored May 26, 2023
1 parent 8ba4790 commit b139bc5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
## Development

## v2.18.0

### Changed
- Upgrade example app to latest bitmovin player (v3.38.0) and latest exoplayer version (v2.18.7)

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ And this line, depending on your player version, to your main project `build.gra

```gradle
dependencies {
implementation 'com.bitmovin.analytics:collector-bitmovin-player:2.17.0'
implementation 'com.bitmovin.analytics:collector-bitmovin-player:2.18.0'
}
```

Expand Down Expand Up @@ -70,7 +70,7 @@ dependencies {

```gradle
dependencies {
implementation 'com.bitmovin.analytics:collector-exoplayer:2.17.0'
implementation 'com.bitmovin.analytics:collector-exoplayer:2.18.0'
}
```

Expand Down Expand Up @@ -130,7 +130,7 @@ dependencies {

```gradle
dependencies {
implementation 'com.bitmovin.analytics:collector-amazon-ivs:2.17.0'
implementation 'com.bitmovin.analytics:collector-amazon-ivs:2.18.0'
}
```

Expand Down

0 comments on commit b139bc5

Please sign in to comment.