Skip to content

Commit

Permalink
release: 114.5735.05.
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudwebrtc committed Sep 21, 2023
1 parent d755453 commit dfb114d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Changelog

--------------------------------------------
[114.5735.05] - 2023.09.21

* Upgrade to WebRTC-SDK M114.5735.05
* Use independent threads to process frame encryption/decryption
* Correct handle SIF frame
* Fix a fault tolerance judgment failure

[114.5735.04] - 2023.09.20

* Upgrade to WebRTC-SDK M114.5735.04
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ This library is hosted on Maven Central. To include this library in your project

```gradle
dependencies {
implementation 'io.github.webrtc-sdk:android:114.5735.04'
implementation 'io.github.webrtc-sdk:android:114.5735.05'
}
```
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GROUP=io.github.webrtc-sdk
VERSION_NAME=114.5735.04
VERSION_NAME=114.5735.05

POM_NAME=WebRTC Android SDK
POM_DESCRIPTION=WebRTC Android SDK
Expand Down

0 comments on commit dfb114d

Please sign in to comment.