From 3ce614a51684c943d0591ed1de09568f497b9368 Mon Sep 17 00:00:00 2001 From: ThibaultBee <37510686+ThibaultBee@users.noreply.github.com> Date: Mon, 9 Oct 2023 17:10:02 +0200 Subject: [PATCH] chore(version): bump to 1.4.2 --- CHANGELOG.md | 5 +++++ README.md | 2 +- gradle.properties | 4 ++-- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53ac7e8..6c3601a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All changes to this project will be documented in this file. +## [1.4.2] - 2023-10-09 + +- Add `isLive` API +- Fix a crash on ExoPlayer Analytics when position < 0.0f + ## [1.4.1] - 2023-09-27 - Fix a crash with parsing of URL on old Android versions due to group named capture diff --git a/README.md b/README.md index 69f1569..03780d9 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ In your module `build.gradle`, add the following code in `dependencies`: ```groovy dependencies { - implementation 'video.api:android-player:1.4.1' + implementation 'video.api:android-player:1.4.2' } ``` diff --git a/gradle.properties b/gradle.properties index 7c7a79b..c259459 100644 --- a/gradle.properties +++ b/gradle.properties @@ -27,8 +27,8 @@ POM_NAME=android-player POM_ARTIFACT_ID=android-player POM_PACKAGING=aar -VERSION_NAME=1.4.1 -VERSION_CODE=1004001 +VERSION_NAME=1.4.2 +VERSION_CODE=1004002 GROUP=video.api POM_DESCRIPTION=Android player for api.video service.