Skip to content

Commit e81be4d

Browse files
committed
release: 114.5735.09
1 parent 3d30c26 commit e81be4d

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGES.md

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

33
--------------------------------------------
4+
[114.5735.09] - 2024.04.03
5+
6+
* Upgrade to WebRTC-SDK M114.5735.09
7+
* Fix external audio processor sample rate calculation
8+
* Allow ice gathering on any address ports
9+
410
[114.5735.08.1] - 2024.02.05
511

612
* Upgrade to WebRTC-SDK M114.5735.08.1

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This library is hosted on Maven Central. To include this library in your project
1010

1111
```gradle
1212
dependencies {
13-
implementation 'io.github.webrtc-sdk:android:114.5735.08.1'
13+
implementation 'io.github.webrtc-sdk:android:114.5735.09'
1414
}
1515
```
1616

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

2020
```gradle
2121
dependencies {
22-
implementation 'io.github.webrtc-sdk:android-prefixed:114.5735.08.1'
22+
implementation 'io.github.webrtc-sdk:android-prefixed:114.5735.09'
2323
}
2424
```

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GROUP=io.github.webrtc-sdk
2-
VERSION_NAME=114.5735.08.1
2+
VERSION_NAME=114.5735.09
33
POM_NAME=WebRTC Android SDK
44
POM_DESCRIPTION=WebRTC Android SDK
55
POM_PACKAGING=aar

0 commit comments

Comments
 (0)