diff --git a/CHANGELOG.md b/CHANGELOG.md index 849afbf1..707a3a31 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 +## v2.18.0 + ### Changed - Upgrade example app to latest bitmovin player (v3.38.0) and latest exoplayer version (v2.18.7) diff --git a/README.md b/README.md index 3e6cdb06..e84bc787 100644 --- a/README.md +++ b/README.md @@ -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' } ``` @@ -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' } ``` @@ -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' } ```