Skip to content

Commit c21aa83

Browse files
committed
release: 104.5112.01
1 parent adc1b7d commit c21aa83

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
# Changelog
2+
--------------------------------------------
3+
4+
[104.5112.01] - 2022.07.12
5+
6+
* Upgrade to WebRTC-SDK M104.5112.01
7+
8+
Corresponds to https://github.com/webrtc-sdk/webrtc/commit/a828846eb98e404bf3b00c1abf3787f93171a39c
29

310
--------------------------------------------
411
[97.4692.04] - 2022.05.18

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:97.4692.04'
25+
implementation 'com.github.webrtc-sdk:android:104.5112.01'
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=97.4692.04
5+
VERSION=104.5112.01
66

77
RELEASE_VERSION=${VERSION}
88

0 commit comments

Comments
 (0)