diff --git a/app/build.gradle b/app/build.gradle index 9a4fe62b..4a860423 100755 --- a/app/build.gradle +++ b/app/build.gradle @@ -224,6 +224,6 @@ dependencies { androidTestImplementation 'androidx.test:core:1.3.0' androidTestImplementation 'com.android.support:support-annotations:28.0.0' androidTestImplementation 'com.android.support.test:runner:1.0.2' - androidTestImplementation "androidx.room:room-testing:2.2.6" + androidTestImplementation "androidx.room:room-testing:2.3.0" }