diff --git a/app/build.gradle b/app/build.gradle index 8cf646c..deff492 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -63,5 +63,5 @@ dependencies { androidTestImplementation 'androidx.test:core:1.3.0' androidTestImplementation 'androidx.test:runner:1.5.2' androidTestImplementation 'androidx.test:rules:1.3.0' - androidTestImplementation 'androidx.test.ext:junit:1.1.2' + androidTestImplementation 'androidx.test.ext:junit:1.1.5' }