Skip to content

Commit 50b9bab

Browse files
committed
Bump version.
1 parent 4185535 commit 50b9bab

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGES.md

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

33
--------------------------------------------
4+
[93.4577.01] - 2021.12.29
5+
6+
* Upgrade to WebRTC-SDK M93.4577.01
7+
48
[92.4515.03] - 2021.10.27
59

610
* Pre-compiled M92 92.4515.03.

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

77
RELEASE_VERSION=${VERSION}
88

0 commit comments

Comments
 (0)