build.grandle: update webrtc lib

This commit is contained in:
genofire 2020-08-28 12:10:02 +02:00
parent 8f5e3978e4
commit 35e064949d
1 changed files with 2 additions and 2 deletions

View File

@ -81,7 +81,7 @@ dependencies {
implementation 'com.google.guava:guava:27.1-android' implementation 'com.google.guava:guava:27.1-android'
quicksyImplementation 'io.michaelrocks:libphonenumber-android:8.11.1' quicksyImplementation 'io.michaelrocks:libphonenumber-android:8.11.1'
//implementation fileTree(include: ['libwebrtc-m83.aar'], dir: 'libs') //implementation fileTree(include: ['libwebrtc-m83.aar'], dir: 'libs')
implementation 'org.webrtc:google-webrtc:1.0.30039' implementation 'org.webrtc:google-webrtc:1.0.32006'
} }
ext { ext {
@ -94,7 +94,7 @@ android {
compileSdkVersion 29 compileSdkVersion 29
defaultConfig { defaultConfig {
minSdkVersion 16 minSdkVersion 21
targetSdkVersion 28 targetSdkVersion 28
versionCode 397 versionCode 397
versionName "2.8.10" versionName "2.8.10"