From 9ced00c4d70403824f7eb2ca2fc9a61fac5572ef Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Tue, 28 May 2019 11:06:56 +0000 Subject: [PATCH] Bump room-runtime from 2.1.0-alpha07 to 2.1.0-beta01 (#364) --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 1a40702d..567fc93c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -101,7 +101,7 @@ dependencies { implementation "androidx.work:work-runtime:2.0.1" implementation "androidx.work:work-rxjava2:2.0.1" - implementation "androidx.room:room-runtime:2.1.0-alpha07" + implementation "androidx.room:room-runtime:2.1.0-beta01" implementation "androidx.room:room-rxjava2:2.1.0-beta01" kapt "androidx.room:room-compiler:2.1.0-beta01"