Skip to content

Commit

Permalink
release: 104.5112.10.
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudwebrtc committed Jun 8, 2023
1 parent 24bcaa3 commit 5b15d6d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Changelog

--------------------------------------------
[104.5112.10] - 2023.06.08

* Upgrade to WebRTC-SDK M104.5112.10
* fix frame drops for HW AndroidVideoDecoder,
please use WrappedVideoDecoderFactory instead of DefaultVideoDecoderFactory.

[104.5112.09] - 2023.04.25

* Upgrade to WebRTC-SDK M104.5112.09
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:104.5112.09'
implementation 'io.github.webrtc-sdk:android:104.5112.10'
}
```
2 changes: 1 addition & 1 deletion custom_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

VERSION=104.5112.09
VERSION=104.5112.10

RELEASE_VERSION=${VERSION}

Expand Down
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=104.5112.09
VERSION_NAME=104.5112.10

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

0 comments on commit 5b15d6d

Please sign in to comment.