diff --git a/app/build.gradle b/app/build.gradle index 6d76acf..4f13fb9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -61,7 +61,7 @@ dependencies { testImplementation 'androidx.work:work-testing:2.8.1' testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' - androidTestImplementation 'androidx.test.ext:junit:1.1.5' + androidTestImplementation 'androidx.test.ext:junit:1.2.1' annotationProcessor 'androidx.room:room-compiler:2.6.0' kapt('androidx.room:room-compiler:2.6.0') } \ No newline at end of file