File tree Expand file tree Collapse file tree 4 files changed +19
-3
lines changed Expand file tree Collapse file tree 4 files changed +19
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ --------------------------------------------
4+ [ 125.6422.03] - 2024.07.09
5+
6+ * Upgrade to WebRTC-SDK M125.6422.03
7+ * Fix mic indicator not disappearing when muted.
8+ * Allow skipping AudioTrack playstate check through reflection.
9+
310--------------------------------------------
411[ 125.6422.02] - 2024.06.15
512
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:125.6422.02 '
13+ implementation 'io.github.webrtc-sdk:android:125.6422.03 '
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:125.6422.02 '
22+ implementation 'io.github.webrtc-sdk:android-prefixed:125.6422.03 '
2323 }
2424```
Original file line number Diff line number Diff line change 1+ # Release Instructions
2+
3+ 1 . In the top-level gradle.properties file, update the ` VERSION_NAME ` property.
4+ 1 . Update README.md with new version numbers.
5+ 1 . Update CHANGES.md with change log.
6+ 1 . Tag with new version number (ensuring that the tag is prefixed with a ` v ` ).
7+ 1 . Create a new release on Github.
8+ 1 . Add the ` libwebrtc.aar ` and ` libwebrtc_prefixed.aar ` files to the release.
9+ 1 . Rerun the associated release github action.
Original file line number Diff line number Diff line change 11GROUP =io.github.webrtc-sdk
2- VERSION_NAME =125.6422.02
2+ VERSION_NAME =125.6422.03
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