diff --git a/app/build.gradle b/app/build.gradle index f48e84f..b69990e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -82,6 +82,6 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.4.2' implementation 'com.google.android.material:material:1.6.1' testImplementation 'junit:junit:4.13.2' - androidTestImplementation 'androidx.test.ext:junit:1.1.4' + androidTestImplementation 'androidx.test.ext:junit:1.2.1' androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' } \ No newline at end of file