Skip to content

Commit

Permalink
Merge pull request #5210 from RPTools/dependabot/gradle/develop/dev.o…
Browse files Browse the repository at this point in the history
…nvoid.webrtc-webrtc-java-0.9.0

Bump dev.onvoid.webrtc:webrtc-java from 0.8.0 to 0.9.0
  • Loading branch information
kwvanderlinde authored Feb 10, 2025
2 parents e43e204 + cc693b8 commit 396355a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions clientserver/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ dependencies {
// webrtc
implementation group: 'org.java-websocket', name: 'Java-WebSocket', version: '1.5.7'
// Needs to be API since WebRTCConnection implements PeerConnectionObserver and RTCDataChannelObserver.
implementation 'dev.onvoid.webrtc:webrtc-java:0.8.0'
implementation 'dev.onvoid.webrtc:webrtc-java:0.9.0'
if (osdetector.os.is('windows'))
implementation 'dev.onvoid.webrtc:webrtc-java:0.8.0:windows-x86_64'
implementation 'dev.onvoid.webrtc:webrtc-java:0.9.0:windows-x86_64'
else if (osdetector.os.is('osx'))
implementation 'dev.onvoid.webrtc:webrtc-java:0.8.0:macos-x86_64'
implementation 'dev.onvoid.webrtc:webrtc-java:0.9.0:macos-x86_64'
else if (osdetector.os.is('linux'))
implementation 'dev.onvoid.webrtc:webrtc-java:0.8.0:linux-x86_64'
implementation 'dev.onvoid.webrtc:webrtc-java:0.9.0:linux-x86_64'

// compression of messages between client and server
implementation 'org.apache.commons:commons-compress:1.27.1'
Expand Down

0 comments on commit 396355a

Please sign in to comment.