Skip to content

Commit 52ab689

Browse files
committed
release: 104.5112.07.
1 parent e7b89a2 commit 52ab689

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGES.md

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

33
--------------------------------------------
4+
[104.5112.07] - 2023.02.02
5+
6+
* Upgrade to WebRTC-SDK M104.5112.07
7+
* feat: Frame encryption for android.
8+
49
[104.5112.06] - 2023.01.31
510

611
* Upgrade to WebRTC-SDK M104.5112.06

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:104.5112.06'
25+
implementation 'com.github.webrtc-sdk:android:104.5112.07'
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=104.5112.06
5+
VERSION=104.5112.07
66

77
RELEASE_VERSION=${VERSION}
88

0 commit comments

Comments
 (0)