diff --git a/CHANGES.md b/CHANGES.md index 6a884b6..16c1bf2 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,10 @@ # Changelog +-------------------------------------------- +[125.6422.06.1] - 2024.10.31 + +* Upgrade to WebRTC-SDK M125.6422.06.1 +* Re-release of 125.6422.06 due to upload errors + -------------------------------------------- [125.6422.06] - 2024.10.31 diff --git a/README.md b/README.md index e2a4969..206f578 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.06' + implementation 'io.github.webrtc-sdk:android:125.6422.06.1' } ``` @@ -19,6 +19,6 @@ avoiding any collisions with other WebRTC libraries: ```gradle dependencies { - implementation 'io.github.webrtc-sdk:android-prefixed:125.6422.06' + implementation 'io.github.webrtc-sdk:android-prefixed:125.6422.06.1' } ``` \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index 120a23d..6604eeb 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ GROUP=io.github.webrtc-sdk -VERSION_NAME=125.6422.06 +VERSION_NAME=125.6422.06.1 POM_NAME=WebRTC Android SDK POM_DESCRIPTION=WebRTC Android SDK POM_PACKAGING=aar