diff --git a/app/build.gradle b/app/build.gradle index 1ab6d437b..8d87264a2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -232,7 +232,7 @@ dependencies { testImplementation 'androidx.test.espresso:espresso-intents:3.5.1' testImplementation 'androidx.test.espresso:espresso-contrib:3.5.1' testImplementation 'androidx.arch.core:core-testing:2.2.0' - testImplementation 'androidx.room:room-testing:2.5.1' + testImplementation 'androidx.room:room-testing:2.5.2' testImplementation 'com.squareup.okhttp3:mockwebserver:4.11.0' testImplementation 'nl.jqno.equalsverifier:equalsverifier:3.14.2' testImplementation 'com.shazam:shazamcrest:0.11'