mirror of
https://github.com/nextcloud/talk-android
synced 2025-07-09 22:04:24 +01:00
Remove 'RC1' for WebRTC versions
Signed-off-by: Tim Krüger <t@timkrueger.me>
This commit is contained in:
parent
3d0e0984af
commit
cf598ec89d
@ -45,7 +45,7 @@ abstract class DownloadWebRtcTask extends DefaultTask {
|
|||||||
|
|
||||||
private String getDownloadUrl() {
|
private String getDownloadUrl() {
|
||||||
def webRtcVersion = version.get()
|
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() {
|
private String getOutputPath() {
|
||||||
|
Loading…
Reference in New Issue
Block a user