diff --git a/app/build.gradle b/app/build.gradle index d039c7b..2c7b980 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -49,7 +49,7 @@ dependencies { implementation 'androidx.constraintlayout:constraintlayout:1.1.2' testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test:runner:1.0.2' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.0.2' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' implementation 'androidx.annotation:annotation:1.2.0' implementation 'androidx.drawerlayout:drawerlayout:1.1.1' }