Skip to content

Commit

Permalink
release: 125.6422.06
Browse files Browse the repository at this point in the history
  • Loading branch information
davidliu committed Oct 31, 2024
1 parent 887f09d commit d868c2e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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

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:125.6422.05'
implementation 'io.github.webrtc-sdk:android:125.6422.06'
}
```

Expand All @@ -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'
}
```
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=125.6422.05
VERSION_NAME=125.6422.06
POM_NAME=WebRTC Android SDK
POM_DESCRIPTION=WebRTC Android SDK
POM_PACKAGING=aar
Expand Down

0 comments on commit d868c2e

Please sign in to comment.