diff --git a/app/build.gradle b/app/build.gradle index 8cf646c..af9412f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -62,6 +62,6 @@ dependencies { androidTestImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test:core:1.3.0' androidTestImplementation 'androidx.test:runner:1.5.2' - androidTestImplementation 'androidx.test:rules:1.3.0' + androidTestImplementation 'androidx.test:rules:1.5.0' androidTestImplementation 'androidx.test.ext:junit:1.1.2' }