From 7826ee1eb6e09652e753abf8dd158ee746a036be Mon Sep 17 00:00:00 2001 From: csantosm <4a.santos@gmail.com> Date: Mon, 10 Aug 2020 13:39:36 +0200 Subject: [PATCH] openvidu-android: Updated webrtc dependency --- openvidu-android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openvidu-android/app/build.gradle b/openvidu-android/app/build.gradle index 38928518..48b357aa 100644 --- a/openvidu-android/app/build.gradle +++ b/openvidu-android/app/build.gradle @@ -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'