From 27416553c81068bf59533d23cf961cfa81dc43ac Mon Sep 17 00:00:00 2001 From: M66B Date: Thu, 30 May 2019 12:50:07 +0200 Subject: [PATCH] Updated ROOM --- app/build.gradle | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 142c141754..4f3a88af20 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -119,7 +119,7 @@ dependencies { def material_version = "1.0.0" def browser_version = "1.0.0" def lifecycle_version = "2.0.0" - def room_version = "2.0.0" + def room_version = "2.1.0-rc01" def paging_version = "2.1.0" def preference_version = "1.0.0" def work_version = "2.1.0-alpha02" @@ -137,13 +137,6 @@ dependencies { // https://developer.android.com/jetpack/androidx/releases/ - // Pin arch/core and sqlite - implementation "androidx.core:core:1.0.2" - implementation "androidx.arch.core:core-common:2.0.1" - implementation "androidx.arch.core:core-runtime:2.0.1" - implementation "androidx.sqlite:sqlite:2.0.1" - implementation "androidx.sqlite:sqlite-framework:2.0.1" - // https://mvnrepository.com/artifact/androidx.appcompat/appcompat implementation "androidx.appcompat:appcompat:$appcompat_version"