mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-25 14:35:40 +03:00
bump webrtc version to 108.5359.0
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
parent
b2b90f9b05
commit
c79199c1c3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue