File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
+ --------------------------------------------
3
+ [ 125.6422.07] - 2024.03.18
4
+
5
+ * Upgrade to WebRTC-SDK M125.6422.07
6
+ * Android audio prewarm support
7
+
2
8
--------------------------------------------
3
9
[ 125.6422.06.1] - 2024.10.31
4
10
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ This library is hosted on Maven Central. To include this library in your project
10
10
11
11
``` gradle
12
12
dependencies {
13
- implementation 'io.github.webrtc-sdk:android:125.6422.06.1 '
13
+ implementation 'io.github.webrtc-sdk:android:125.6422.07 '
14
14
}
15
15
```
16
16
@@ -19,6 +19,6 @@ avoiding any collisions with other WebRTC libraries:
19
19
20
20
``` gradle
21
21
dependencies {
22
- implementation 'io.github.webrtc-sdk:android-prefixed:125.6422.06.1 '
22
+ implementation 'io.github.webrtc-sdk:android-prefixed:125.6422.07 '
23
23
}
24
24
```
Original file line number Diff line number Diff line change 1
1
GROUP =io.github.webrtc-sdk
2
- VERSION_NAME =125.6422.06.1
2
+ VERSION_NAME =125.6422.07
3
3
POM_NAME =WebRTC Android SDK
4
4
POM_DESCRIPTION =WebRTC Android SDK
5
5
POM_PACKAGING =aar
You can’t perform that action at this time.
0 commit comments