diff --git a/app/build.gradle b/app/build.gradle index 7b4a4d6..8a4706b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -59,7 +59,7 @@ dependencies { implementation 'androidx.room:room-runtime:2.5.1' testImplementation 'androidx.room:room-testing:2.5.1' androidTestImplementation 'junit:junit:4.13.2' - androidTestImplementation 'androidx.test:core:1.3.0' + androidTestImplementation 'androidx.test:core:1.5.0' androidTestImplementation 'androidx.test:runner:1.5.2' androidTestImplementation 'androidx.test:rules:1.3.0' androidTestImplementation 'androidx.test.ext:junit:1.1.2'