Skip to content

Commit

Permalink
release: 104.5112.01
Browse files Browse the repository at this point in the history
  • Loading branch information
davidliu committed Jul 25, 2022
1 parent adc1b7d commit c21aa83
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,4 +1,11 @@
# Changelog
--------------------------------------------

[104.5112.01] - 2022.07.12

* Upgrade to WebRTC-SDK M104.5112.01

Corresponds to https://github.com/webrtc-sdk/webrtc/commit/a828846eb98e404bf3b00c1abf3787f93171a39c

--------------------------------------------
[97.4692.04] - 2022.05.18
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ Step 2. Add the dependency

```gradle
dependencies {
implementation 'com.github.webrtc-sdk:android:97.4692.04'
implementation 'com.github.webrtc-sdk:android:104.5112.01'
}
```
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=97.4692.04
VERSION=104.5112.01

RELEASE_VERSION=${VERSION}

Expand Down

0 comments on commit c21aa83

Please sign in to comment.