mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-23 21:45:42 +03:00
Merge pull request #2765 from nextcloud/webrtcUpdate/110.5481.0
bump webRtc lib to 110.5481.0
This commit is contained in:
commit
9b541fde04
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ ext {
|
||||||
espressoVersion = "3.5.1"
|
espressoVersion = "3.5.1"
|
||||||
}
|
}
|
||||||
|
|
||||||
def webRtcVersion = "108.5359.0"
|
def webRtcVersion = "110.5481.0"
|
||||||
tasks.register('downloadWebRtc', DownloadWebRtcTask){
|
tasks.register('downloadWebRtc', DownloadWebRtcTask){
|
||||||
version = webRtcVersion
|
version = webRtcVersion
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue