diff --git a/CHANGELOG.md b/CHANGELOG.md index 71bc609..24038fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All changes to this project will be documented in this file. +## [1.4.3] - 2024-10-31 + +- Try/catch on `startPreview` calls +- Upgrade dependencies + ## [1.4.2] - 2024-07-11 - Update to StreamPack 2.6.1 diff --git a/README.md b/README.md index 4d1cedc..573240b 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.2' + implementation 'video.api:android-live-stream:1.4.3' } ``` diff --git a/gradle.properties b/gradle.properties index d4681a3..ff372a4 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.2 -VERSION_CODE=1004002 +VERSION_NAME=1.4.3 +VERSION_CODE=1004003 GROUP=video.api POM_DESCRIPTION=Android live stream module for api.video service.