From c56fffd1f9df6a49a5bc47078f5161d483b189b0 Mon Sep 17 00:00:00 2001 From: petereder <104372727+petereder@users.noreply.github.com> Date: Thu, 13 Jun 2024 15:24:48 +0200 Subject: [PATCH] Release v3.5.1 (#389) --- CHANGELOG.md | 2 ++ README.md | 8 ++++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe170b35..6bf7a531 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index b0c07b4c..0aaf1e0b 100644 --- a/README.md +++ b/README.md @@ -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' } ``` @@ -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' } ``` @@ -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' } ``` @@ -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' } ```