From 7591af0de133561251b7d2f0fc4b128a44894146 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Thu, 13 Jun 2019 21:52:32 +0000 Subject: [PATCH] Bump room-rxjava2 from 2.1.0-rc01 to 2.1.0 (#411) --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 4786b42bc..054b2f2ee 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -120,7 +120,7 @@ dependencies { implementation "androidx.work:work-rxjava2:2.0.1" implementation "androidx.room:room-runtime:2.1.0" - implementation "androidx.room:room-rxjava2:2.1.0-rc01" + implementation "androidx.room:room-rxjava2:2.1.0" kapt "androidx.room:room-compiler:2.1.0-rc01" implementation "com.google.dagger:dagger-android-support:2.23.1"