Skip to content

Commit 65c49fd

Browse files
committed
docs: update README for version 0.11.0 and clarify build notes
1 parent e6ff577 commit 65c49fd

File tree

1 file changed

+12
-13
lines changed

1 file changed

+12
-13
lines changed

README.md

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,22 @@ Java native interface implementation based on the free, open [WebRTC](https://we
99

1010
```xml
1111
<dependency>
12-
<groupId>dev.onvoid.webrtc</groupId>
13-
<artifactId>webrtc-java</artifactId>
14-
<version>0.10.0</version>
12+
<groupId>dev.onvoid.webrtc</groupId>
13+
<artifactId>webrtc-java</artifactId>
14+
<version>0.11.0</version>
1515
</dependency>
1616
```
1717

1818
### Gradle
1919

2020
```groovy
21-
implementation "dev.onvoid.webrtc:webrtc-java:0.10.0"
22-
implementation group: "dev.onvoid.webrtc", name: "webrtc-java", version: "0.10.0", classifier: "windows-x86_64"
23-
implementation group: "dev.onvoid.webrtc", name: "webrtc-java", version: "0.10.0", classifier: "macos-x86_64"
24-
implementation group: "dev.onvoid.webrtc", name: "webrtc-java", version: "0.10.0", classifier: "macos-aarch64"
25-
implementation group: "dev.onvoid.webrtc", name: "webrtc-java", version: "0.10.0", classifier: "linux-x86_64"
26-
implementation group: "dev.onvoid.webrtc", name: "webrtc-java", version: "0.10.0", classifier: "linux-aarch64"
27-
implementation group: "dev.onvoid.webrtc", name: "webrtc-java", version: "0.10.0", classifier: "linux-aarch32"
21+
implementation "dev.onvoid.webrtc:webrtc-java:0.11.0"
22+
implementation group: "dev.onvoid.webrtc", name: "webrtc-java", version: "0.11.0", classifier: "windows-x86_64"
23+
implementation group: "dev.onvoid.webrtc", name: "webrtc-java", version: "0.11.0", classifier: "macos-x86_64"
24+
implementation group: "dev.onvoid.webrtc", name: "webrtc-java", version: "0.11.0", classifier: "macos-aarch64"
25+
implementation group: "dev.onvoid.webrtc", name: "webrtc-java", version: "0.11.0", classifier: "linux-x86_64"
26+
implementation group: "dev.onvoid.webrtc", name: "webrtc-java", version: "0.11.0", classifier: "linux-aarch64"
27+
implementation group: "dev.onvoid.webrtc", name: "webrtc-java", version: "0.11.0", classifier: "linux-aarch32"
2828
```
2929

3030
### Supported Platforms
@@ -57,8 +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.
61-
60+
The native libraries were built using the m134 (6998) WebRTC branch as the stable release, dated Tuesday, March 4, 2025.
6261
### Build Notes
6362

6463
To build the native code, be sure to install the prerequisite software (follow the links):
@@ -92,6 +91,6 @@ On the first run, the WebRTC source tree will be loaded into the `/<user home>/w
9291

9392
| Parameter | Description | Default Value |
9493
| ------------------ | ------------------------------------------------------ |-----------------------------|
95-
| webrtc.branch | The WebRTC branch to checkout. | branch-heads/6997 |
94+
| webrtc.branch | The WebRTC branch to checkout. | branch-heads/6998 |
9695
| webrtc.src.dir | The absolute checkout path for the WebRTC source tree. | /\<user_home\>/webrtc |
9796
| 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 |

0 commit comments

Comments
 (0)