openvidu-android: Updated webrtc dependency

This commit is contained in:
csantosm 2020-08-10 13:39:36 +02:00
parent 8bb8321490
commit 7826ee1eb6

View File

@ -36,7 +36,7 @@ dependencies {
implementation 'com.jakewharton:butterknife:10.2.0'
implementation 'com.squareup.okhttp3:okhttp:4.2.0'
implementation 'com.neovisionaries:nv-websocket-client:2.9'
implementation 'org.webrtc:google-webrtc:1.0.28513'
implementation 'org.webrtc:google-webrtc:1.0.30039'
annotationProcessor 'com.jakewharton:butterknife-compiler:10.2.0'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test:runner:1.2.0'