openvidu-android: use wildcard in webrtc dependency
This commit is contained in:
parent
f96c38f532
commit
3c21dcd90d
@ -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'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user