(room) add room gradle file
This commit is contained in:
parent
6ce3b98615
commit
451229779f
2 changed files with 8 additions and 5 deletions
|
@ -54,7 +54,10 @@ dependencies {
|
|||
exclude module: 'support-v4'
|
||||
}
|
||||
testCompile 'junit:junit:4.12'
|
||||
|
||||
//room
|
||||
compile "android.arch.persistence.room:runtime:1.0.0-alpha3"
|
||||
annotationProcessor "android.arch.persistence.room:compiler:1.0.0-alpha3"
|
||||
compile "android.arch.persistence.room:rxjava2:1.0.0-alpha2"
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue