diff --git a/app/build.gradle b/app/build.gradle index be48f2d..654c152 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -57,6 +57,6 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.6.1' implementation 'com.google.android.material:material:1.11.0' testImplementation 'junit:junit:4.13.2' - androidTestImplementation 'androidx.test.ext:junit:1.2.1' + androidTestImplementation 'androidx.test.ext:junit:1.3.0' androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1' } \ No newline at end of file