fixes a crash within TootDao that is caused by an change in the room library
This commit is contained in:
parent
ba7e1a77a1
commit
87b34df892
3 changed files with 20 additions and 3 deletions
|
@ -59,7 +59,7 @@ dependencies {
|
|||
compile "org.jsoup:jsoup:1.10.3"
|
||||
|
||||
//room
|
||||
compile "android.arch.persistence.room:runtime:1.0.0-beta2"
|
||||
compile "android.arch.persistence.room:runtime:1.0.0-rc1"
|
||||
annotationProcessor 'android.arch.persistence.room:compiler:1.0.0-beta2'
|
||||
|
||||
testCompile "junit:junit:4.12"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue