From b29924c763ea47ef879e5319918b444c689b7739 Mon Sep 17 00:00:00 2001 From: ThibaultBee <37510686+ThibaultBee@users.noreply.github.com> Date: Fri, 1 Mar 2024 15:44:26 +0100 Subject: [PATCH] chore(version): bump to 1.4.1 --- 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 54f442a..fbf69c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All changes to this project will be documented in this file. +## [1.4.1] - 2024-03-01 + +- Fix preview aspect ratio +- Fix 480p resolution +- Fix crashes due to missing permissions + ## [1.4.0] - 2024-02-15 - Add an API to explicitly set the camera to use diff --git a/README.md b/README.md index 314140a..223a8b9 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ On build.gradle add the following code in dependencies: ```groovy dependencies { - implementation 'video.api:android-live-stream:1.4.0' + implementation 'video.api:android-live-stream:1.4.1' } ``` diff --git a/gradle.properties b/gradle.properties index 3967e05..2b5177b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -29,8 +29,8 @@ POM_NAME=android-live-stream POM_ARTIFACT_ID=android-live-stream POM_PACKAGING=aar -VERSION_NAME=1.4.0 -VERSION_CODE=1004000 +VERSION_NAME=1.4.1 +VERSION_CODE=1004001 GROUP=video.api POM_DESCRIPTION=Android live stream module for api.video service.