mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-26 23:25:20 +03:00
Merge pull request #2539 from nextcloud/noid/update-webrtc-to-106.5249.0
Update WebRTC to 106.5249.0
This commit is contained in:
commit
3cf6644aa6
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
|
|
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue