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 3f01282 commit 4185535Copy full SHA for 4185535
CHANGES.md
@@ -1,6 +1,11 @@
1
# Changelog
2
3
--------------------------------------------
4
+[92.4515.03] - 2021.10.27
5
+
6
+* Pre-compiled M92 92.4515.03.
7
+* Added PeerConnectionObserverJni::OnRemoveTrack()
8
9
[92.4515.02] - 2021.10.26
10
11
* Pre-compiled M92 92.4515.02.
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.02'
+ implementation 'com.github.webrtc-sdk:android:92.4515.03'
26
}
27
```
custom_setup.sh
@@ -2,7 +2,7 @@
set -e
-VERSION=92.4515.02
+VERSION=92.4515.03
RELEASE_VERSION=${VERSION}
0 commit comments