From 2ac1638911569a7c79de6da73ad68f174413ba79 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Tue, 28 May 2019 10:48:37 +0000 Subject: [PATCH] Bump room-testing from 2.1.0-alpha07 to 2.1.0-beta01 (#363) --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 73497914..1a40702d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -147,7 +147,7 @@ dependencies { androidTestImplementation 'androidx.test.ext:junit:1.1.0' androidTestImplementation "io.mockk:mockk-android:1.9.2" androidTestImplementation 'org.mockito:mockito-android:2.27.0' - androidTestImplementation "androidx.room:room-testing:2.1.0-alpha07" + androidTestImplementation "androidx.room:room-testing:2.1.0-beta01" androidTestImplementation "org.jetbrains.kotlin:kotlin-test:$kotlin_version" }