Bump version of WebRTC to 106.5249.0

Signed-off-by: Tim Krüger <t@timkrueger.me>
This commit is contained in:
Tim Krüger 2022-11-04 16:36:33 +01:00
parent cf598ec89d
commit 53cb084afd
No known key found for this signature in database
GPG Key ID: FECE3A7222C52A4E

View File

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