Skip to content

Commit adc1b7d

Browse files
committed
release: 97.4692.04
1 parent e733be6 commit adc1b7d

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
# Changelog
22

33
--------------------------------------------
4+
[97.4692.04] - 2022.05.18
5+
6+
* Fix broken build.
7+
* Built from https://github.com/webrtc-sdk/webrtc/commit/59fde2a30cf5c409a1b5ef193f6e37392a02e1df
8+
49
[97.4692.03] - 2022.05.14
510

11+
* **Do not use, build is broken.**
612
* Fix crash related to VideoRTPReceiver
713
* Built from https://github.com/webrtc-sdk/webrtc/commit/da9f0586fcd4442071e3a7a6c36915599ce0f29a
814

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

77
RELEASE_VERSION=${VERSION}
88

0 commit comments

Comments
 (0)