diff --git a/app/build.gradle b/app/build.gradle index e90ef8109..64de5fe3b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -85,6 +85,6 @@ dependencies { implementation 'com.squareup.retrofit2:retrofit:2.5.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' }