From ee4b18babbd5c14c6efff7227a21479271994cbe Mon Sep 17 00:00:00 2001 From: ThibaultBee <37510686+ThibaultBee@users.noreply.github.com> Date: Fri, 26 Jul 2024 10:57:23 +0200 Subject: [PATCH] chore(version): bump to 1.6.0 --- CHANGELOG.md | 6 ++++++ README.md | 4 ++-- gradle.properties | 4 ++-- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c295a9a..1dcf160 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All changes to this project will be documented in this file. +## [1.6.0] - 2024-07-26 + +- Use Analytics endpoint v2 +- Upgrade to gradle 8.5 +- Upgrade dependencies + ## [1.5.1] - 2024-07-12 - Release `MediaSession` when player is released diff --git a/README.md b/README.md index 70b8a7e..675195b 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ In your module `build.gradle`, add the following code in `dependencies`: ```groovy dependencies { - implementation 'video.api:android-player:1.5.1' + implementation 'video.api:android-player:1.6.0' } ``` @@ -64,7 +64,7 @@ For Jetpack Compose, also add the following code in `dependencies`: ```groovy dependencies { - implementation 'video.api:android-compose-player:1.5.1' + implementation 'video.api:android-compose-player:1.6.0' } ``` diff --git a/gradle.properties b/gradle.properties index 9ee367b..8466d9b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -24,8 +24,8 @@ android.nonTransitiveRClass=true android.nonFinalResIds=false -VERSION_NAME=1.5.1 -VERSION_CODE=1005001 +VERSION_NAME=1.6.0 +VERSION_CODE=1006000 GROUP=video.api POM_PACKAGING=aar