diff --git a/CHANGES.md b/CHANGES.md index 1dbb583..6b0c737 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,9 @@ # Changelog +-------------------------------------------- +[125.6422.04] - 2024.07.28 + +* Upgrade to WebRTC-SDK M125.6422.04 +* Fix NetworkMonitor race condition when dispatching native observers -------------------------------------------- [125.6422.03] - 2024.07.09 diff --git a/README.md b/README.md index 47c26a4..9176534 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.03' + implementation 'io.github.webrtc-sdk:android:125.6422.04' } ``` @@ -19,6 +19,6 @@ avoiding any collisions with other WebRTC libraries: ```gradle dependencies { - implementation 'io.github.webrtc-sdk:android-prefixed:125.6422.03' + implementation 'io.github.webrtc-sdk:android-prefixed:125.6422.04' } ``` \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index 4a3bf89..23a0461 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ GROUP=io.github.webrtc-sdk -VERSION_NAME=125.6422.03 +VERSION_NAME=125.6422.04 POM_NAME=WebRTC Android SDK POM_DESCRIPTION=WebRTC Android SDK POM_PACKAGING=aar