Merge pull request #2539 from nextcloud/noid/update-webrtc-to-106.5249.0

Update WebRTC to 106.5249.0
This commit is contained in:
Tim Krüger 2022-11-15 13:13:43 +01:00 committed by GitHub
commit 3cf6644aa6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -154,7 +154,7 @@ ext {
espressoVersion = "3.5.0"
}
def webRtcVersion = "96.4664.0"
def webRtcVersion = "106.5249.0"
tasks.register('downloadWebRtc', DownloadWebRtcTask){
version = webRtcVersion
}

View file

@ -45,7 +45,7 @@ abstract class DownloadWebRtcTask extends DefaultTask {
private String getDownloadUrl() {
def webRtcVersion = version.get()
return "https://github.com/nextcloud-releases/talk-clients-webrtc/releases/download/${webRtcVersion}-RC1/${getFileName()}"
return "https://github.com/nextcloud-releases/talk-clients-webrtc/releases/download/${webRtcVersion}/${getFileName()}"
}
private String getOutputPath() {