File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -253,7 +253,7 @@ jobs:
253253 PGP_SECRET : ${{ secrets.PGP_SECRET }}
254254 PGP_PASSPHRASE : ${{ secrets.PGP_PASSPHRASE }}
255255 name : Publish to Maven Central
256- - uses : Kas-tle/base-release-action@3f67ffdb23c6a5267660b0e8c5beccf8056d7c44
256+ - uses : Kas-tle/base-release-action@b89ab10da9dfaa0b5fb0ca9e77679c7c7d1297f8
257257 id : release
258258 with :
259259 files : |
Original file line number Diff line number Diff line change @@ -24,6 +24,11 @@ The base project is published under the group `dev.kastle.webrtc` and artifact `
2424<summary >Maven Usage</summary >
2525
2626``` xml
27+ <dependency >
28+ <groupId >dev.kastle.webrtc</groupId >
29+ <artifactId >webrtc-java</artifactId >
30+ <version >VERSION</version >
31+ </dependency >
2732<dependency >
2833 <groupId >dev.kastle.webrtc</groupId >
2934 <artifactId >webrtc-java</artifactId >
@@ -37,6 +42,7 @@ The base project is published under the group `dev.kastle.webrtc` and artifact `
3742<summary >Gradle Usage (Groovy)</summary >
3843
3944``` groovy
45+ implementation 'dev.kastle.webrtc:webrtc-java:VERSION'
4046implementation 'dev.kastle.webrtc:webrtc-java:VERSION:PLATFORM-ARCH'
4147```
4248</details >
@@ -45,6 +51,7 @@ implementation 'dev.kastle.webrtc:webrtc-java:VERSION:PLATFORM-ARCH'
4551<summary >Gradle Usage (Kotlin DSL)</summary >
4652
4753``` kotlin
54+ implementation(" dev.kastle.webrtc:webrtc-java:VERSION" )
4855implementation(" dev.kastle.webrtc:webrtc-java:VERSION:PLATFORM-ARCH" )
4956```
5057</details >
You can’t perform that action at this time.
0 commit comments