openvidu-android: Updated dependencies

This commit is contained in:
CSantos 2019-09-16 15:29:08 +02:00
parent 7e685c38fb
commit 626f8b100e

View File

@ -39,6 +39,6 @@ dependencies {
implementation 'org.webrtc:google-webrtc:1.0.28513'
annotationProcessor 'com.jakewharton:butterknife-compiler:10.1.0'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test:runner:1.1.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.1'
androidTestImplementation 'androidx.test:runner:1.2.0'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
}