From dc5a6f964f48a617ca7d9ec9ef37c9ba405ce70a Mon Sep 17 00:00:00 2001 From: ThibaultBee <37510686+ThibaultBee@users.noreply.github.com> Date: Wed, 23 Nov 2022 16:08:40 +0100 Subject: [PATCH] chore(version): bump to 1.1.4 --- CHANGELOG.md | 6 ++++++ README.md | 2 +- gradle.properties | 4 ++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c512e2..7ae6528 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All changes to this project will be documented in this file. + +## [1.1.4] - 2022-11-23 + +- Fix the display of the fullscreen button +- The `ApiVideoPlayerController.Listener` is not mandatory to simplify usage + ## [1.1.3] - 2022-11-03 - Add an API to loop video. See `ApiVideoPlayerController.isLooping`. diff --git a/README.md b/README.md index bb3e574..73f1869 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.1.3' + implementation 'video.api:android-player:1.1.4' } ``` diff --git a/gradle.properties b/gradle.properties index e5201eb..6571988 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.1.3 -VERSION_CODE=1001003 +VERSION_NAME=1.1.4 +VERSION_CODE=1001004 GROUP=video.api POM_DESCRIPTION=Android player for api.video service.