(room) add room gradle file

This commit is contained in:
torrentcome 2017-07-05 16:34:59 +02:00
commit 451229779f
2 changed files with 8 additions and 5 deletions

View file

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