diff --git a/app/build.gradle b/app/build.gradle index cd99984..92dcddd 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -48,7 +48,7 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.3.1' implementation 'androidx.constraintlayout:constraintlayout:1.1.2' testImplementation 'junit:junit:4.13.2' - androidTestImplementation 'androidx.test:runner:1.0.2' + androidTestImplementation 'androidx.test:runner:1.4.0' androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' implementation 'androidx.annotation:annotation:1.2.0' implementation 'androidx.drawerlayout:drawerlayout:1.1.1'