diff --git a/app/build.gradle b/app/build.gradle index 87eacba..5f3bc18 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -61,7 +61,7 @@ dependencies { implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation project(path: ':common') testImplementation 'junit:junit:4.13.2' - androidTestImplementation 'androidx.test:runner:1.4.0' + androidTestImplementation 'androidx.test:runner:1.5.0' androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' implementation 'androidx.annotation:annotation:1.5.0' implementation 'androidx.drawerlayout:drawerlayout:1.1.1'