From cbfed09b52fbed2b1c372cc5c085e844759b1900 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Thu, 13 Jun 2019 21:29:47 +0000 Subject: [PATCH] Bump room-runtime from 2.1.0-rc01 to 2.1.0 (#419) --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 09982fa9a..4786b42bc 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -119,7 +119,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-rc01" + implementation "androidx.room:room-runtime:2.1.0" implementation "androidx.room:room-rxjava2:2.1.0-rc01" kapt "androidx.room:room-compiler:2.1.0-rc01"