Skip to content

Commit

Permalink
Release v3.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
petereder committed Sep 12, 2024
1 parent bf67960 commit 32626ce
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 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

## v3.9.0

### Added
- New Config to configure the LogLevel of the SDK (default is LogLevel.ERROR)

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Check the [Getting Started Guide](https://developer.bitmovin.com/playback/docs/g

```gradle
dependencies {
implementation 'com.bitmovin.analytics:collector-bitmovin-player:3.8.1'
implementation 'com.bitmovin.analytics:collector-bitmovin-player:3.9.0'
}
```

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

```gradle
dependencies {
implementation 'com.bitmovin.analytics:collector-media3-exoplayer:3.8.1'
implementation 'com.bitmovin.analytics:collector-media3-exoplayer:3.9.0'
}
```

Expand All @@ -99,7 +99,7 @@ dependencies {

```gradle
dependencies {
implementation 'com.bitmovin.analytics:collector-exoplayer:3.8.1'
implementation 'com.bitmovin.analytics:collector-exoplayer:3.9.0'
}
```

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

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

Expand Down

0 comments on commit 32626ce

Please sign in to comment.