Skip to content

Commit 3f01282

Browse files
committed
Prepare for 92.4515.02 release
1 parent 9a63644 commit 3f01282

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,5 +1,11 @@
11
# Changelog
22

3+
--------------------------------------------
4+
[92.4515.02] - 2021.10.26
5+
6+
* Pre-compiled M92 92.4515.02.
7+
* Built from https://github.com/webrtc-sdk/webrtc/commit/7ca0fa605f208ebbfb50c296249b0a3628aac2bc
8+
39
--------------------------------------------
410
[92.4515.01] - 2021.09.08
511

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

77
RELEASE_VERSION=${VERSION}
88

0 commit comments

Comments
 (0)