diff --git a/CHANGES.md b/CHANGES.md index ea1377b..e0fca47 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,12 @@ # Changelog +-------------------------------------------- +[137.7151.05] - 2025.11.25 + +* Upgrade to WebRTC-SDK M137.7151.05 +* Fixes noise suppression and echo cancelling not working. +* Fixes microphone not turning off when muted. + +Corresponds to https://github.com/webrtc-sdk/webrtc/commit/624fa1dce239af785fc5fa9ca3b21b9250d3f835 -------------------------------------------- [137.7151.04] - 2025.09.09 diff --git a/README.md b/README.md index aea03e6..b58bcd0 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ This library is hosted on Maven Central. To include this library in your project ```gradle dependencies { - implementation 'io.github.webrtc-sdk:android:137.7151.04' + implementation 'io.github.webrtc-sdk:android:137.7151.05' } ``` @@ -19,6 +19,6 @@ avoiding any collisions with other WebRTC libraries: ```gradle dependencies { - implementation 'io.github.webrtc-sdk:android-prefixed:137.7151.03' + implementation 'io.github.webrtc-sdk:android-prefixed:137.7151.05' } ``` \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index 11d038a..26579ec 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ GROUP=io.github.webrtc-sdk -VERSION_NAME=137.7151.04 +VERSION_NAME=137.7151.05 POM_NAME=WebRTC Android SDK POM_DESCRIPTION=WebRTC Android SDK POM_PACKAGING=aar