~singpolyma/cheogram-android

23ed0ce2ad1551982a1cff8752392fdea5ca9c35 — Daniel Gultsch 3 years ago aa792a3
upgrade libwebrtc to m85. fixes #3870
2 files changed, 2 insertions(+), 2 deletions(-)

M .travis.yml
M build.gradle
M .travis.yml => .travis.yml +1 -1
@@ 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

M build.gradle => build.gradle +1 -1
@@ 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 {