Skip to content

Commit 7a8fb48

Browse files
committed
release: 125.6422.04
1 parent 96bddb3 commit 7a8fb48

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# Changelog
2+
--------------------------------------------
3+
[125.6422.04] - 2024.07.28
4+
5+
* Upgrade to WebRTC-SDK M125.6422.04
6+
* Fix NetworkMonitor race condition when dispatching native observers
27

38
--------------------------------------------
49
[125.6422.03] - 2024.07.09

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.03'
13+
implementation 'io.github.webrtc-sdk:android:125.6422.04'
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.03'
22+
implementation 'io.github.webrtc-sdk:android-prefixed:125.6422.04'
2323
}
2424
```

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GROUP=io.github.webrtc-sdk
2-
VERSION_NAME=125.6422.03
2+
VERSION_NAME=125.6422.04
33
POM_NAME=WebRTC Android SDK
44
POM_DESCRIPTION=WebRTC Android SDK
55
POM_PACKAGING=aar

0 commit comments

Comments
 (0)