openvidu-android: use wildcard in webrtc dependency

This commit is contained in:
pabloFuente 2023-02-28 11:03:06 +01:00
parent f96c38f532
commit 3c21dcd90d

View File

@ -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'