We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4185535 commit 50b9babCopy full SHA for 50b9bab
CHANGES.md
@@ -1,6 +1,10 @@
1
# Changelog
2
3
--------------------------------------------
4
+[93.4577.01] - 2021.12.29
5
+
6
+* Upgrade to WebRTC-SDK M93.4577.01
7
8
[92.4515.03] - 2021.10.27
9
10
* Pre-compiled M92 92.4515.03.
README.md
@@ -22,6 +22,6 @@ Step 2. Add the dependency
22
23
```gradle
24
dependencies {
25
- implementation 'com.github.webrtc-sdk:android:92.4515.03'
+ implementation 'com.github.webrtc-sdk:android:93.4577.01'
26
}
27
```
custom_setup.sh
@@ -2,7 +2,7 @@
set -e
-VERSION=92.4515.03
+VERSION=93.4577.01
RELEASE_VERSION=${VERSION}
0 commit comments