Skip to content

Commit c6a8b95

Browse files
authored
release: 137.7151.05 (#41)
* release: 137.7151.05 * update README
1 parent 4a71f29 commit c6a8b95

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGES.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
# Changelog
2+
--------------------------------------------
3+
[137.7151.05] - 2025.11.25
4+
5+
* Upgrade to WebRTC-SDK M137.7151.05
6+
* Fixes noise suppression and echo cancelling not working.
7+
* Fixes microphone not turning off when muted.
8+
9+
Corresponds to https://github.com/webrtc-sdk/webrtc/commit/624fa1dce239af785fc5fa9ca3b21b9250d3f835
210

311
--------------------------------------------
412
[137.7151.04] - 2025.09.09

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This library is hosted on Maven Central. To include this library in your project
1010

1111
```gradle
1212
dependencies {
13-
implementation 'io.github.webrtc-sdk:android:137.7151.04'
13+
implementation 'io.github.webrtc-sdk:android:137.7151.05'
1414
}
1515
```
1616

@@ -19,6 +19,6 @@ avoiding any collisions with other WebRTC libraries:
1919

2020
```gradle
2121
dependencies {
22-
implementation 'io.github.webrtc-sdk:android-prefixed:137.7151.03'
22+
implementation 'io.github.webrtc-sdk:android-prefixed:137.7151.05'
2323
}
2424
```

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GROUP=io.github.webrtc-sdk
2-
VERSION_NAME=137.7151.04
2+
VERSION_NAME=137.7151.05
33
POM_NAME=WebRTC Android SDK
44
POM_DESCRIPTION=WebRTC Android SDK
55
POM_PACKAGING=aar

0 commit comments

Comments
 (0)