Skip to content

Commit 5db38eb

Browse files
committed
build: updated webrtc version to m137 in GitHub workflows
1 parent 8db9276 commit 5db38eb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
workflow_dispatch:
1717

1818
env:
19-
WEBRTC_CACHE_BRANCH: 6998
19+
WEBRTC_CACHE_BRANCH: 7151
2020
WEBRTC_CHECKOUT_FOLDER: webrtc
2121
WEBRTC_INSTALL_FOLDER: webrtc/build
2222

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
default: "X.Y.Z-SNAPSHOT"
1313

1414
env:
15-
WEBRTC_CACHE_BRANCH: 6998
15+
WEBRTC_CACHE_BRANCH: 7151
1616
WEBRTC_CHECKOUT_FOLDER: webrtc
1717
WEBRTC_INSTALL_FOLDER: webrtc/build
1818

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Maven Central artifacts contain native libraries that can be loaded on the follo
5757
</tr>
5858
</table>
5959

60-
The native libraries were built with WebRTC branch M134/6998.
60+
The native libraries were built with WebRTC branch M137/7151.
6161

6262
### Build Notes
6363

0 commit comments

Comments
 (0)