From 0de534cb663bfee4f1e6b08e2e72b918052ff03f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Thu, 30 May 2019 16:46:28 +0200 Subject: [PATCH] Bump room-rxjava2 from 2.1.0-beta01 to 2.1.0-rc01 (#385) --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index ae4e987ac..aea05fb47 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -102,7 +102,7 @@ dependencies { implementation "androidx.work:work-rxjava2:2.0.1" implementation "androidx.room:room-runtime:2.1.0-rc01" - implementation "androidx.room:room-rxjava2:2.1.0-beta01" + implementation "androidx.room:room-rxjava2:2.1.0-rc01" kapt "androidx.room:room-compiler:2.1.0-rc01" implementation "com.google.dagger:dagger-android-support:2.23"