File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
33--------------------------------------------
4+ [ 97.4692.03] - 2022.05.14
5+
6+ * Fix crash related to VideoRTPReceiver
7+ * Built from https://github.com/webrtc-sdk/webrtc/commit/da9f0586fcd4442071e3a7a6c36915599ce0f29a
8+
49[ 97.4692.02] - 2022.05.10
510
611* Pre-compiled M97 97.4692.02.
Original file line number Diff line number Diff 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.02 '
25+ implementation 'com.github.webrtc-sdk:android:97.4692.03 '
2626 }
2727```
Original file line number Diff line number Diff line change 22
33set -e
44
5- VERSION=97.4692.02
5+ VERSION=97.4692.03
66
77RELEASE_VERSION=${VERSION}
88
You can’t perform that action at this time.
0 commit comments