upgrade libwebrtc to m85. fixes #3870
This commit is contained in:
parent
aa792a3af6
commit
23ed0ce2ad
|
@ -11,7 +11,7 @@ android:
|
|||
- '.+'
|
||||
before_script:
|
||||
- mkdir libs
|
||||
- wget -O libs/libwebrtc-m84.aar http://gultsch.de/files/libwebrtc-m84.aar
|
||||
- wget -O libs/libwebrtc-m85.aar http://gultsch.de/files/libwebrtc-m85.aar
|
||||
script:
|
||||
- ./gradlew assembleConversationsFreeSystemRelease
|
||||
- ./gradlew assembleQuicksyFreeCompatRelease
|
||||
|
|
|
@ -80,7 +80,7 @@ dependencies {
|
|||
implementation 'com.squareup.okhttp3:okhttp:3.12.12'
|
||||
implementation 'com.google.guava:guava:27.1-android'
|
||||
quicksyImplementation 'io.michaelrocks:libphonenumber-android:8.11.1'
|
||||
implementation fileTree(include: ['libwebrtc-m84.aar'], dir: 'libs')
|
||||
implementation fileTree(include: ['libwebrtc-m85.aar'], dir: 'libs')
|
||||
}
|
||||
|
||||
ext {
|
||||
|
|
Loading…
Reference in New Issue