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