From 10f18efe18732f6bc4ad8ae7fbb23915045d2659 Mon Sep 17 00:00:00 2001 From: lambiengcode Date: Thu, 23 Nov 2023 22:25:29 +0700 Subject: [PATCH] chore: Bump version m120.6099.21 --- CHANGES.md | 4 ++++ README.md | 2 +- gradle.properties | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index adb65ae..34c2cad 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,10 @@ # Changelog -------------------------------------------- +[120.6099.19] - 2023.11.23 + +* Fixed H265 & VP9 sframe +* [120.6099.19] - 2023.11.15 * Fixed H265 & H264 diff --git a/README.md b/README.md index e2c0a12..e22cf16 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,6 @@ This library is hosted on Maven Central. To include this library in your project ```gradle dependencies { - implementation 'tech.waterbus:webrtc:120.6099.19' + implementation 'tech.waterbus:webrtc:120.6099.21' } ``` diff --git a/gradle.properties b/gradle.properties index f39b592..57aed5e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ GROUP=tech.waterbus -VERSION_NAME=120.6099.19 +VERSION_NAME=120.6099.21 POM_NAME=WebRTC Android SDK POM_DESCRIPTION=WebRTC Android SDK