diff --git a/app/build.gradle b/app/build.gradle index 1ac708c..3f4af16 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.3.0' - androidTestImplementation 'androidx.test:rules:1.3.0' + androidTestImplementation 'androidx.test:rules:1.4.0' androidTestImplementation 'androidx.test.ext:junit:1.1.2' }