From d5920ca7a0f842cbdbc6807e36d16080a858dd58 Mon Sep 17 00:00:00 2001 From: ThibaultBee <37510686+ThibaultBee@users.noreply.github.com> Date: Fri, 6 Jan 2023 12:07:11 +0100 Subject: [PATCH] chore(version): bump to 1.3.0 --- 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 3f9d39b..9479a2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Changelog All changes to this project will be documented in this file. +## [1.3.0] - 2023-01-06 +- Add an API to set the interval between to key frames +- Synchronize video and audio RTMP packets +- Fix a crash when microphone is muted on few devices + ## [1.2.3] - 2022-10-10 - Fix a crash on `stopStreaming` due to a `free` in `rtmpdroid` diff --git a/README.md b/README.md index 041825a..a971fb6 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ On build.gradle add the following code in dependencies: ```groovy dependencies { - implementation 'video.api:android-live-stream:1.2.3' + implementation 'video.api:android-live-stream:1.3.0' } ``` diff --git a/gradle.properties b/gradle.properties index c1e3760..dfcac97 100644 --- a/gradle.properties +++ b/gradle.properties @@ -24,8 +24,8 @@ POM_NAME=android-live-stream POM_ARTIFACT_ID=android-live-stream POM_PACKAGING=aar -VERSION_NAME=1.2.3 -VERSION_CODE=1002003 +VERSION_NAME=1.3.0 +VERSION_CODE=1003000 GROUP=video.api POM_DESCRIPTION=Android live stream module for api.video service.