Merge pull request #2667 from nextcloud/updateWebRtcTo108.5359.0

bump webrtc version to 108.5359.0
This commit is contained in:
Marcel Hibbe 2023-01-05 11:06:43 +01:00 committed by GitHub
commit 31a8eeb15b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -155,7 +155,7 @@ ext {
espressoVersion = "3.5.1"
}
def webRtcVersion = "106.5249.0"
def webRtcVersion = "108.5359.0"
tasks.register('downloadWebRtc', DownloadWebRtcTask){
version = webRtcVersion
}