diff --git a/CHANGES.md b/CHANGES.md index 6e22467..6a884b6 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,11 @@ # Changelog +-------------------------------------------- +[125.6422.06] - 2024.10.31 + +* Upgrade to WebRTC-SDK M125.6422.06 +* Support for custom audio input +* Support for audio tracks without using microphone + -------------------------------------------- [125.6422.05] - 2024.09.02 diff --git a/README.md b/README.md index 6d56b4b..e2a4969 100644 --- a/README.md +++ b/README.md @@ -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:125.6422.05' + implementation 'io.github.webrtc-sdk:android:125.6422.06' } ``` @@ -19,6 +19,6 @@ avoiding any collisions with other WebRTC libraries: ```gradle dependencies { - implementation 'io.github.webrtc-sdk:android-prefixed:125.6422.05' + implementation 'io.github.webrtc-sdk:android-prefixed:125.6422.06' } ``` \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index d290432..120a23d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ GROUP=io.github.webrtc-sdk -VERSION_NAME=125.6422.05 +VERSION_NAME=125.6422.06 POM_NAME=WebRTC Android SDK POM_DESCRIPTION=WebRTC Android SDK POM_PACKAGING=aar