diff --git a/openvidu-android/app/build.gradle b/openvidu-android/app/build.gradle index 47ca9493..b0b3ea64 100644 --- a/openvidu-android/app/build.gradle +++ b/openvidu-android/app/build.gradle @@ -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' }