diff --git a/openvidu-android/app/build.gradle b/openvidu-android/app/build.gradle index 084f444d..433a6816 100644 --- a/openvidu-android/app/build.gradle +++ b/openvidu-android/app/build.gradle @@ -46,7 +46,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 'com.github.webrtc-sdk:android:104.5112.05' + implementation 'com.github.webrtc-sdk:android:104.+' annotationProcessor 'com.jakewharton:butterknife-compiler:10.2.0' testImplementation 'junit:junit:4.12' androidTestImplementation 'androidx.test:runner:1.4.0'