Skip to content

Commit

Permalink
Merge pull request #2604 from nextcloud/backport/2539/stable-15.0
Browse files Browse the repository at this point in the history
[stable-15.0] Update WebRTC to 106.5249.0
  • Loading branch information
mahibi authored Dec 1, 2022
2 parents 5dbf04e + 8f0b049 commit d3d4354
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ ext {
espressoVersion = "3.4.0"
}

def webRtcVersion = "96.4664.0"
def webRtcVersion = "106.5249.0"
tasks.register('downloadWebRtc', DownloadWebRtcTask){
version = webRtcVersion
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit d3d4354

Please sign in to comment.