From 446d31f71e80603111bd689ee3417cf2e21a914b Mon Sep 17 00:00:00 2001 From: lambiengcode Date: Wed, 15 Nov 2023 16:11:45 +0700 Subject: [PATCH] chore(): Bump version libwebrtc m120.6099.15 --- CHANGES.md | 4 ++-- README.md | 2 +- gradle.properties | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 5b236c8..147fc9d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,9 +1,9 @@ # Changelog -------------------------------------------- -[120.6099.06] - 2023.11.10 +[120.6099.15] - 2023.11.15 -* Fixed H265 crash app: FindNaluIndicates +* Fixed H265 crash app [120.6099.05] - 2023.11.10 diff --git a/README.md b/README.md index 2be0b1e..ebbe5d4 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.06' + implementation 'tech.waterbus:webrtc:120.6099.15' } ``` diff --git a/gradle.properties b/gradle.properties index f5ac69b..d7ea21a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ GROUP=tech.waterbus -VERSION_NAME=120.6099.06 +VERSION_NAME=120.6099.15 POM_NAME=WebRTC Android SDK POM_DESCRIPTION=WebRTC Android SDK