File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
33--------------------------------------------
4+ [ 114.5735.11] - 2024.05.22
5+
6+ * Upgrade to WebRTC-SDK M114.5735.11
7+ * Feat: Make audio output attributes modifiable.
8+
49[ 114.5735.10] - 2024.04.08
510
611* Upgrade to WebRTC-SDK M114.5735.10
Original file line number Diff line number Diff 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.10 '
13+ implementation 'io.github.webrtc-sdk:android:114.5735.11 '
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.10 '
22+ implementation 'io.github.webrtc-sdk:android-prefixed:114.5735.11 '
2323 }
2424```
Original file line number Diff line number Diff line change 11GROUP =io.github.webrtc-sdk
2- VERSION_NAME =114.5735.10
2+ VERSION_NAME =114.5735.11
33POM_NAME =WebRTC Android SDK
44POM_DESCRIPTION =WebRTC Android SDK
55POM_PACKAGING =aar
You can’t perform that action at this time.
0 commit comments