Updated ROOM

pull/156/head
M66B 5 years ago
parent 2f253dac28
commit 27416553c8

@ -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"

Loading…
Cancel
Save