From 56a9f42df287b957c06e5a684b1bcac5f64504d9 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 14 May 2021 17:34:15 +0000 Subject: [PATCH] Update dependency androidx.room:room-testing to v2.3.0 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }