No more main thread SQL

This commit is contained in:
Mygod
2019-01-31 22:11:54 +08:00
parent 08ab6a54ff
commit 4de891b459
7 changed files with 30 additions and 12 deletions

View File

@@ -6,7 +6,7 @@ buildscript {
ext {
kotlinVersion = '1.3.20'
lifecycleVersion = '2.0.0'
roomVersion = '2.1.0-alpha03'
roomVersion = '2.1.0-alpha04'
}
repositories {
google()