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 e7b89a2 commit 52ab689Copy full SHA for 52ab689
CHANGES.md
@@ -1,6 +1,11 @@
1
# Changelog
2
3
--------------------------------------------
4
+[104.5112.07] - 2023.02.02
5
+
6
+* Upgrade to WebRTC-SDK M104.5112.07
7
+* feat: Frame encryption for android.
8
9
[104.5112.06] - 2023.01.31
10
11
* Upgrade to WebRTC-SDK M104.5112.06
README.md
@@ -22,6 +22,6 @@ Step 2. Add the dependency
22
23
```gradle
24
dependencies {
25
- implementation 'com.github.webrtc-sdk:android:104.5112.06'
+ implementation 'com.github.webrtc-sdk:android:104.5112.07'
26
}
27
```
custom_setup.sh
@@ -2,7 +2,7 @@
set -e
-VERSION=104.5112.06
+VERSION=104.5112.07
RELEASE_VERSION=${VERSION}
0 commit comments