(room) add in gradle config
This commit is contained in:
parent
3f3ccfca55
commit
e649f412d3
2 changed files with 4 additions and 0 deletions
|
@ -54,4 +54,7 @@ dependencies {
|
|||
exclude module: 'support-v4'
|
||||
}
|
||||
testCompile 'junit:junit:4.12'
|
||||
compile "android.arch.persistence.room:runtime:1.0.0-alpha3"
|
||||
annotationProcessor "android.arch.persistence.room:compiler:1.0.0-alpha3"
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue