From 033074c66b17e067ce119e228278e96cab189920 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Thu, 30 May 2019 16:46:55 +0200 Subject: [PATCH] Bump room-testing from 2.1.0-beta01 to 2.1.0-rc01 (#377) --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index aea05fb47..d8372d36f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -149,7 +149,7 @@ dependencies { androidTestImplementation 'androidx.test:runner:1.2.0' androidTestImplementation 'androidx.test.ext:junit:1.1.1' androidTestImplementation "io.mockk:mockk-android:1.9.2" - androidTestImplementation "androidx.room:room-testing:2.1.0-beta01" + androidTestImplementation "androidx.room:room-testing:2.1.0-rc01" androidTestImplementation "org.jetbrains.kotlin:kotlin-test:$kotlin_version" androidTestImplementation "org.mockito:mockito-core:2.28.2" androidTestImplementation('org.mockito:mockito-android:2.28.2') {