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 50b9bab commit d2e5780Copy full SHA for d2e5780
CHANGES.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+--------------------------------------------
4
+[97.4692.01] - 2021.02.15
5
+
6
+* Upgrade to WebRTC-SDK M97.4692.01
7
8
--------------------------------------------
9
[93.4577.01] - 2021.12.29
10
README.md
@@ -22,6 +22,6 @@ Step 2. Add the dependency
22
23
```gradle
24
dependencies {
25
- implementation 'com.github.webrtc-sdk:android:93.4577.01'
+ implementation 'com.github.webrtc-sdk:android:97.4692.01'
26
}
27
```
custom_setup.sh
@@ -2,7 +2,7 @@
set -e
-VERSION=93.4577.01
+VERSION=97.4692.01
RELEASE_VERSION=${VERSION}
0 commit comments