Skip to content

Commit 28e5d74

Browse files
committed
release: 104.5112.05
1 parent db5d0cd commit 28e5d74

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGES.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
--------------------------------------------
44

5+
[104.5112.05] - 2022.11.23
6+
7+
* Upgrade to WebRTC-SDK M104.5112.05
8+
* Fix simulcast when using hardware encoder on Android
9+
10+
Corresponds to https://github.com/webrtc-sdk/webrtc/commit/baa0294c5e48e89887ad09a0fe6785c3aa9cc705
11+
512
[104.5112.03] - 2022.10.11
613

714
* Upgrade to WebRTC-SDK M104.5112.03
@@ -10,9 +17,9 @@
1017

1118
Corresponds to https://github.com/webrtc-sdk/webrtc/commit/9dab54fd76cb5d0a1a10fe6168cb356f392c502f
1219

13-
[104.5112.02] - 2022.07.12
20+
[104.5112.01] - 2022.07.12
1421

15-
* Upgrade to WebRTC-SDK M104.5112.02
22+
* Upgrade to WebRTC-SDK M104.5112.01
1623

1724
Corresponds to https://github.com/webrtc-sdk/webrtc/commit/a828846eb98e404bf3b00c1abf3787f93171a39c
1825

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ Step 2. Add the dependency
2222

2323
```gradle
2424
dependencies {
25-
implementation 'com.github.webrtc-sdk:android:104.5112.03'
25+
implementation 'com.github.webrtc-sdk:android:104.5112.05'
2626
}
2727
```

custom_setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -e
44

5-
VERSION=104.5112.03
5+
VERSION=104.5112.05
66

77
RELEASE_VERSION=${VERSION}
88

0 commit comments

Comments
 (0)