Skip to content

Commit c85507e

Browse files
committed
build: update WebRTC branch version from 7204 to 7339 (m140)
1 parent 6eb110e commit c85507e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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: 7204
19+
WEBRTC_CACHE_BRANCH: 7339
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
@@ -9,7 +9,7 @@ on:
99
default: "X.Y.Z-SNAPSHOT"
1010

1111
env:
12-
WEBRTC_CACHE_BRANCH: 7204
12+
WEBRTC_CACHE_BRANCH: 7339
1313
WEBRTC_CHECKOUT_FOLDER: webrtc
1414
WEBRTC_INSTALL_FOLDER: webrtc/build
1515

docs/guide/build.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ On the first run, the WebRTC source tree will be loaded into the `/<user home>/w
2222

2323
| Parameter | Description | Default Value |
2424
| ------------------ | ------------------------------------------------------ |-----------------------------|
25-
| webrtc.branch | The WebRTC branch to checkout. | branch-heads/7204 |
25+
| webrtc.branch | The WebRTC branch to checkout. | branch-heads/7339 |
2626
| webrtc.src.dir | The absolute checkout path for the WebRTC source tree. | /\<user_home\>/webrtc |
2727
| webrtc.install.dir | The install path for the compiled WebRTC library. Is also used to link against a pre-compiled WebRTC library to reduce build time. | /\<user_home\>/webrtc/build |
2828

webrtc-jni/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<packaging>pom</packaging>
1313

1414
<properties>
15-
<webrtc.branch>branch-heads/7204</webrtc.branch>
15+
<webrtc.branch>branch-heads/7339</webrtc.branch>
1616
<webrtc.src.dir>${user.home}/webrtc</webrtc.src.dir>
1717
<webrtc.install.dir>${user.home}/webrtc/build</webrtc.install.dir>
1818
<cmake.build.type>Release</cmake.build.type>

0 commit comments

Comments
 (0)