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'