Skip to content

Commit

Permalink
Release v3.5.1 (#389)
Browse files Browse the repository at this point in the history
  • Loading branch information
petereder authored Jun 13, 2024
1 parent d3f7201 commit c56fffd
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.5.1

### Fixed
- Policy violations when using `StrictMode.detectDiskWrites()`, `StrictMode.detectDiskReads()`
and `StrictMode.detectCustomSlowCalls()`, due to mainScope usage for persistent event queue
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.5.0'
implementation 'com.bitmovin.analytics:collector-bitmovin-player:3.5.1'
}
```

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

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

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

```gradle
dependencies {
implementation 'com.bitmovin.analytics:collector-exoplayer:3.5.0'
implementation 'com.bitmovin.analytics:collector-exoplayer:3.5.1'
}
```

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

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

Expand Down

0 comments on commit c56fffd

Please sign in to comment.