Skip to content

Commit

Permalink
release: 114.5735.09
Browse files Browse the repository at this point in the history
  • Loading branch information
davidliu committed Apr 3, 2024
1 parent 3d30c26 commit e81be4d
Show file tree
Hide file tree
Showing 3 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

--------------------------------------------
[114.5735.09] - 2024.04.03

* Upgrade to WebRTC-SDK M114.5735.09
* Fix external audio processor sample rate calculation
* Allow ice gathering on any address ports

[114.5735.08.1] - 2024.02.05

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

```gradle
dependencies {
implementation 'io.github.webrtc-sdk:android:114.5735.08.1'
implementation 'io.github.webrtc-sdk:android:114.5735.09'
}
```

Expand All @@ -19,6 +19,6 @@ avoiding any collisions with other WebRTC libraries:

```gradle
dependencies {
implementation 'io.github.webrtc-sdk:android-prefixed:114.5735.08.1'
implementation 'io.github.webrtc-sdk:android-prefixed:114.5735.09'
}
```
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.08.1
VERSION_NAME=114.5735.09
POM_NAME=WebRTC Android SDK
POM_DESCRIPTION=WebRTC Android SDK
POM_PACKAGING=aar
Expand Down

0 comments on commit e81be4d

Please sign in to comment.